This repository contains a simple Todo List API built with NestJS and TypeScript, along with a React Vite project scaffold.
.
├── backend/ # NestJS-based Todo List API
└── frontend/ # React Vite scaffold for the Todo List UI
The backend API is responsible for handling the Todo List's CRUD operations and is already running. Candidates can use the provided endpoints to manage their Todo List data in the frontend application.
- API Documentation: Available at
http://localhost:4000/api/docs
The frontend is a simple React application using Vite as the build tool. Candidates are expected to build a Todo List UI by consuming the provided API. The scaffold includes basic setup and configurations to get started quickly.
This project provides a development environment using devContainers. Open the repository in a devContainer using your preferred IDE (e.g., VS Code). The devContainer will have all dependencies pre-installed.
# development
$ npm run dev
- Martín Fernández ([email protected])
We strongly believe in giving back 🚀. Let's work together Get in touch
.