JS SPA Application
- Register users
- Login users
- Log out users
- Each user has:
- First name, Last name, Username, Password, Email
- Read popular books
- Mark books as read
- Read popular authors
- Add authors to favourites
- Show info about a book
- image, title, author, description, genre, rating
- Search specific book by title/genre
- Add book to user's collection
- Show info about an author
- image, author's description, genres, place and date of birth
- Search authors
- Find users by name
- Show personal information about the user
- Show user's read books and favourite authors
- Install the dependencies with
npm install
andbower install
.
##GitHub Commits
##Screenshots