Skip to content

sthibert/recruitment-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Recruitment Exercise

Welcome to this recruitment exercise! This project is designed to assess your skills in debugging, reviewing, and developing both backend and frontend applications.

Project Structure

backend/    # Node.js/Express backend API
frontend/   # React frontend application

Getting Started

Backend Setup

  1. Navigate to the backend folder:
    cd backend
  2. Install dependencies:
    npm install
  3. Start the backend server:
    npm run dev
    The backend will run on http://localhost:3000 by default.

Frontend Setup

  1. Navigate to the frontend folder:
    cd frontend
  2. Install dependencies:
    npm install
  3. Start the frontend app:
    npm run dev
    The frontend will run on http://localhost:5173 by default.

What to Do

  • Debug, review, and improve the code as needed.
  • Implement new features or fix bugs if requested.
  • Follow best practices for code quality and documentation.

Notes

  • This project is for recruitment purposes only.
  • If you have any questions, please ask your interviewer.

Good luck!

About

Welcome to this recruitment exercise! This project is designed to assess your skills in debugging, reviewing, and developing both backend and frontend applications.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors