Skip to content

Manage book store by having the CRUD functionalities implemented with OO fashion using ES6 classes.

Notifications You must be signed in to change notification settings

ynden/Book-Store-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Book List App

Purpose

This application aims to manage book store by having the CRUD functionalities implemented. Made with only Vanilla Javascript, this applications is writed in OO fashion using ES6 classes.

How is it structured

We have :

  • a book class to handle books collection
  • UI class that has to do the displaying UI like alerts.
  • the store class, because we store our books to local storage.

About

Manage book store by having the CRUD functionalities implemented with OO fashion using ES6 classes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published