angelmtztrc / todo-manager

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

Home Page:https://todo-manager-alpha.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

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

About

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

https://todo-manager-alpha.vercel.app

License:MIT License


Languages

Language:TypeScript 89.6%Language:HTML 8.1%Language:JavaScript 2.0%Language:CSS 0.3%