/College-Project-Hair-Salon

College Hair Salon project that implements CRUD, using localstorage(for testing) as storage.

Primary LanguageJavaScript

This is a college project

Site: https://zak-ken.github.io/College-Project-Hair-Salon/index.html

All images were taken from unsplash

Goals of the project:

  • Create Promotions
  • Create Attendees
  • Be able to sign attendees up for promotions
  • Summary page to view attendees
  • Have data be persistent across pages

This project implements:

  • Zooming images
  • Rotating images
  • Usage of Cookies
  • Usage of LocalStorage
  • Data validation
  • Usage of ES6 classes
  • Usage of Flex-box
  • Building of Calendar using pure Javascript