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

https://github.com/mikhaylov1gor/ReactTodoList

a simple web application on React
https://github.com/mikhaylov1gor/ReactTodoList

bootstrap react typescript vite

Last synced: 7 days ago
JSON representation

a simple web application on React

Awesome Lists containing this project

README

          

Running Locally

1. Clone the repository:

git clone https://github.com/mikhaylov1gor/React-Todo-List

2. Install the packages:

npm install

3. Run the project:

vite

or

npm run dev