A simple Notes + To-Do List App built with React.js.
This is an upgrade to my earlier To-Do List project, where I added the ability to create and manage notes alongside tasks.
https://233zq4-5173.csb.app/ OR https://gn4w8s-5173.csb.app/
- ➕ Add and delete To-Do tasks
- 📝 Create and manage Notes
- ✅ Mark tasks as complete
- 💾 Data persistence using localStorage
- 🎨 Simple, clean UI
- Reusing components for different features
- Managing state for multiple entities (notes & todos)
- Handling user input and form submission
- Thinking in React: breaking UI into smaller pieces
- Edit notes and tasks
- Add categories/tags
- Better styling with Tailwind or CSS frameworks
This is a practice project while learning React.