Skip to content

crunchloop/frontend-interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frontend-interview

This repository contains a simple Todo List API built with NestJS and TypeScript, along with a React Vite project scaffold.

Project Structure

.
├── backend/        # NestJS-based Todo List API
└── frontend/       # React Vite scaffold for the Todo List UI

Backend

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

Frontend

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.

Installation

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.

Running the app

# development
$ npm run dev

Contact

About Crunchloop

crunchloop

We strongly believe in giving back 🚀. Let's work together Get in touch.