https://github.com/anthgrim/mit-todo-list
Todo List with React
https://github.com/anthgrim/mit-todo-list
form reactjs simple-todo-list
Last synced: 3 months ago
JSON representation
Todo List with React
- Host: GitHub
- URL: https://github.com/anthgrim/mit-todo-list
- Owner: anthgrim
- License: mit
- Created: 2022-05-19T20:03:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-21T02:18:23.000Z (over 3 years ago)
- Last Synced: 2025-10-12T05:45:40.143Z (3 months ago)
- Topics: form, reactjs, simple-todo-list
- Language: JavaScript
- Homepage:
- Size: 284 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MIT Todo List Application
## App Information
### Title: MIT Simple ToDo List
### Description
This assignment consist on building a todo list with React, using the state hooks and function components. The application handles the add, delete and rush functionalities. If the todo is marked as rush by clicking on the "circle" button, it will add different styles and add it to the top of the list. As well, it handles historical data by not completely removing the todo item, but instead marking as isDeleted and not showing in the UI. This approach allows expansion of the application, by adding "Done Todos" section, where it will show all these items.

### How to Run
Simply download the zip folder with the source code file, or fork it into your github and clone it into your machine, run npm install to get all the dependencies, and then run npm start to get it load in your browswer locally
### Future Adds
- UI modification (there's always room for improvements)
- Capability to track the number pending todos
- Section to see Completed todos
### Author
Kevin Grimaldi.
Student at MIT - Full Stack Development with MERN
### License
MIT License