8000 GitHub - gaprados/ignite-todo: A simple to-list application built to practice React fundamentals
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gaprados/ignite-todo

Repository files navigation




Live Demo   Vite   React   React

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.

Preview

Desktop Desktop Mobile
empty with_tasks mobile

Installation

You need node to run this project. This example was created using version v16.15.1.

Installation and usage

To run this application you need to install dependencies:

npm install

Then you can run with:

npm run dev

Contact

Github Twitter

License

The MIT License (MIT)

Copyright ©️ 2022

About

A simple to-list application built to practice React fundamentals

Resources

Stars

Watchers

Forks

0