Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

cole92/react-schedule-planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schedule Planner (React)

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.

Features

  • 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

Tech stack

  • React
  • JavaScript
  • LocalStorage

Run locally

npm install
npm start

Then open:

Notes

This is a learning/demo project and may be archived (not actively maintained).

License

Educational / personal use.

About

Small React schedule planner focused on adding, deleting, and persisting daily events with LocalStorage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors