Welcome to this recruitment exercise! This project is designed to assess your skills in debugging, reviewing, and developing both backend and frontend applications.
backend/ # Node.js/Express backend API
frontend/ # React frontend application
- Navigate to the backend folder:
cd backend - Install dependencies:
npm install
- Start the backend server:
The backend will run on http://localhost:3000 by default.
npm run dev
- Navigate to the frontend folder:
cd frontend - Install dependencies:
npm install
- Start the frontend app:
The frontend will run on http://localhost:5173 by default.
npm run dev
- Debug, review, and improve the code as needed.
- Implement new features or fix bugs if requested.
- Follow best practices for code quality and documentation.
- This project is for recruitment purposes only.
- If you have any questions, please ask your interviewer.
Good luck!