A simple front-end to-do list application for managing tasks efficiently. Built with modern web technologies to provide a clean and intuitive user experience.
- React
- TypeScript
- Heroicons
To get a local copy of the project up and running, follow these steps.
- Clone the repository:
git clone https://github.com/JhonatanGAlves/todo-list.git
cd todo-list
- Install dependencies::
yarn
- Start the application:
yarn dev