Skip to content

concentrate-ai/quiz-fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hiring Quiz

Welcome! This is a hiring assessment for full-stack engineering positions at Concentrate.

Overview

Read the full specifications in SPECS.md

Getting Started

Prerequisites

  • Node.js >= 20.0.0
  • npm >= 10.0.0
  • Docker & Docker Compose

Installation

  1. Use this template to create your own repository
  2. Clone your repository locally
  3. Install dependencies:
npm install
  1. Start the database and Redis:
docker-compose up -d
  1. Set up your project structure and begin implementation

What's Provided

This starter includes:

  • package.json - All required dependencies from the tech stack
  • .prettierrc - Code formatting configuration
  • .eslintrc.json - Linting rules (enforces no any types)
  • docker-compose.yml - PostgreSQL and Redis services
  • SPECS.md - Complete project requirements

Submission

Submit a 5-10 minute video walking through your application and highlighting key features. Upload to Google Drive and share with jobs@concentrate.ai.

Your video should cover:

  • Application walkthrough (UI and features)
  • Architecture decisions
  • Testing approach
  • Deployment setup

Questions?

If you have any questions about the requirements, please reach out to jobs@concentrate.ai.

About

Perspective new dev evaluation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors