Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phrdavis/todo-react-app

Todo-list App
https://github.com/phrdavis/todo-react-app

css html javascript js nodejs npm react react-js readme todolist vite vite-js

Last synced: about 1 month ago
JSON representation

Todo-list App

Awesome Lists containing this project

README

        

# Todo List App

A todo list app made with React JS and Vite

### Run the application

For install all the dependences:
- Open the project in Visual Studio Code (or some IDE you like the most);
- Press `ctrl + "` to open the terminal;
- Enter: `npm install`;

Run the application:
- Enter: `npm run dev`