This project was developed during Ignite course from Rocketseat. Its main goal is to apply and develop the main concepts of React framework.
The application is a simple to-do list, where you can add, complete and delete tasks. These tasks are stored in browser's local storage, so you can reuse the application with previous registered tasks, even if you close the browser.
There is a live demo deployed in Github Pages, where you can test it.
Desktop | Desktop | Mobile |
---|---|---|
You need node to run this project. This example was created using version v16.15.1
.
To run this application you need to install dependencies:
npm install
Then you can run with:
npm run dev
The MIT License (MIT)
Copyright ©️ 2022