A simple React application for managing tasks, featuring localStorage for persistent data.
- Add new tasks.
- Display a list of tasks.
- Save tasks in the browser's localStorage to persist data after refresh.
- React: Library for building user interfaces.
- JavaScript (ES6+): Core language for building the application.
- HTML5 & CSS3: Markup and styling.
├── public/ # Public folder
├── src/ # Source folder
│ ├── App.js # Main application component
│ ├── index.js # Entry point
│ └── ... # Additional files
├── package.json # Project configuration
└── README.md # Project documentation