A small learning project built with React. It works as a simple daily schedule planner where you can add events (time + title + optional details) and remove them.
- Add a new event via a modal form (time, title, optional location/description)
- Display events in a simple schedule layout
- Delete events
- Persist events in the browser using LocalStorage
- React
- JavaScript
- LocalStorage
npm install
npm startThen open:
This is a learning/demo project and may be archived (not actively maintained).
Educational / personal use.