Skip to content

hoanphungt/todo_app_frontend

Repository files navigation

TODO App

Description

This is a simple TODO application that shows a list of todo items and allows users to add, edit and remove a task. The backend for this application can be found at this repository. Please follow the instructions in the backend repository to have the backend up first before running the frontend.

Technology

Installation

To install the necessary dependencies, run the following command:

npm install

Usage

To start the application in development mode, run the following command:

npm run dev

Now you can visit localhost:5173 from your browser to interact with the application.

Test

The application is tested using Jest and React Testing Library.

To run the tests, run the following command:

npm run test

Contribution

This application is developed by Hoan Phung

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published