✅
To Do List Simple to-do list that allows user to create, delete and mark tasks.
Technologies |
Installation |
Layout
🖱️ Technologies
This project was made with the following technologies/libraries:
- React
- TypeScript
- Styled-Components
- Font-Awesome
- Vite
- ESLint
- Git
- Github
🖥️ Layout
To see the Deploy, check THIS LINK
📤 Installation
Firstly, you need to clone the project on your machine:
git clone https://github.com/cristian-sbardelotto/to-do-list
After that, open the project folder and install the dependencies:
npm i
yarn
To run the project on your browser, use:
npm run dev
yarn dev