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

https://github.com/angelmtztrc/todo-manager

A basic application for manage your todo's. Built with ReactJS and TailwindCSS.
https://github.com/angelmtztrc/todo-manager

javascript jest reactjs tailwindcss testing-library testing-library-react

Last synced: 2 months ago
JSON representation

A basic application for manage your todo's. Built with ReactJS and TailwindCSS.

Awesome Lists containing this project

README

          

# Todo Manager

A React Application for managing your tasks.

## Run Locally

After you clone this repository you need to install all of the dependencies of the project using:

```sh
npm install
# or
yarn install
```

Then, you'll have the following scripts available:

```
# run the project in develop mode
yarn dev

# create a production build of the project
yarn build

# run the test of the project
yarn test
```

## License

[MIT](LICENSE)