https://github.com/rafeyosa/todo-app
Todo App (React.js, FantaCSS)
https://github.com/rafeyosa/todo-app
Last synced: 28 days ago
JSON representation
Todo App (React.js, FantaCSS)
- Host: GitHub
- URL: https://github.com/rafeyosa/todo-app
- Owner: rafeyosa
- Created: 2025-03-08T07:21:06.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-13T07:46:51.000Z (about 1 month ago)
- Last Synced: 2025-03-13T08:33:21.320Z (about 1 month ago)
- Language: CSS
- Homepage: https://todo-rafeyosa.netlify.app/
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo App
A simple and interactive To-Do App built using React. This app allows users to add, update, and delete tasks. The goal of this project is to practice React fundamentals.
## Learning objectives
- React.js Basics (Components, Hooks, Props)
- Local Storage
- Layouting Responsive Web## Link resources
- [FontAwesome CDN](https://cdnjs.com/libraries/font-awesome)
- [FontAwesome Icons](https://www.fontawesome.com)
- [FantaCSS](https://www.fantacss.smoljames.com)
- [Vite](https://vite.dev/guide)