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.
- Host: GitHub
- URL: https://github.com/angelmtztrc/todo-manager
- Owner: angelmtztrc
- License: mit
- Created: 2020-09-21T14:58:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-27T05:01:57.000Z (almost 5 years ago)
- Last Synced: 2025-10-23T09:48:56.559Z (8 months ago)
- Topics: javascript, jest, reactjs, tailwindcss, testing-library, testing-library-react
- Language: TypeScript
- Homepage: https://todo-manager-alpha.vercel.app
- Size: 1.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)