This is a simple, yet vibrant Todo List application built with React, TypeScript, and Tailwind CSS. The project was implemented following a tutorial from FreeCodeCamp. It was a great way to brush up on the basics of Tailwind CSS and TypeScript with React.
- Add, delete, and edit todos
- Drag and drop to reorder todos
- Funky colors to make your todo list less boring
To install this application locally, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/yourrepository.git
- Navigate into the project directory:
cd yourrepository
- Install the dependencies:
npm install
- Start the application:
npm start
The application will start on http://localhost:3000 if available, or another port if 3000 is busy.
It was deployed to Github Pages with Github Actions using the gh-pages package and following a few references :
You can check it out over here 📺
This project was implemented from a tutorial on FreeCodeCamp. It was a great way to brush up on my Tailwind CSS basics.
This project is open source and available under the MIT License.