BisonPlanner is a streamlined one-page web application designed as an educational project to demonstrate practical web development skills. Created during advanced JavaScript tutoring classes, this task management tool exemplifies core web development principles through a clean, intuitive interface for organizing daily tasks.
- Intuitive User Interface: Designed for seamless task management
- Full CRUD Functionality: Add, edit, and delete events with ease
- Persistent Storage: Utilizes Local Storage to retain tasks between page reloads
- Responsive Design: Optimized for various device screen sizes and types
The project showcases modern web development technologies:
- HTML5: Semantic page structure
- CSS3: Responsive and dynamic styling
- Vanilla JavaScript (ES6+): Robust client-side interactivity
To run the project locally:
git clone https://github.com/tarnowsky/BisonPlanner.git
cd BisonPlannerOpen index.html directly in your web browser.
This project was developed as part of a comprehensive web development tutoring curriculum, serving multiple purposes:
- Demonstrate practical JavaScript implementation
- Teach modern web development best practices
- Provide a hands-on learning experience in creating interactive web applications
Published under the MIT License. Full license details available in the LICENSE file.