A React and Tailwindcss TODO App.
Make sure you've installed git and npm installed in your local machine.
- Clone/Fork the Repo and then clone the Repo from your GitHub account, change the {your-username} to what your username is:
git clone https://github.com/{your-username}/todo-list.git
- Go into the project root directory:
cd todo-list
- Install all the dependencies:
npm install
- Start the application development server:
npm start
Pull requests are welcome. For major changes, Headup to issues to start Contributing. The app uses Tailwindcss not pure CSS so make sure you have the expected knowledge to start contributing!