SimpleSchedule is a website is designed to make it as simple as possible to create a daily schedule.
Features
- Customize the start and endtime of the schedule as well as the time divisions
- The schedule data is stored in your browser so you won’t loose it if you refresh
- Use intuitive controls like
del
to clear a cell or arrow keys and the return key to navigate through the schedule - Your schedule will be save anytime you change cells or remove focus from the schedule
Screenshots
Here are some screenshots of SimpleSchedule in action:
Getting Started
To run SimpleSchedule locally, follow these steps:
- Clone the repository:
git clone https://github.com/loganhartford/simple-schedule.git
- Navigate to the project directory:
cd simpleschedule
- Install the dependencies:
npm install
- Start the development server:
npm run start
- Open your web browser and visit
http://localhost:1234
.
Technologies Used
- HTML
- CSS
- JavaScript