Skip to content

Frontend for book shelf: adds and lists books from the shelf

Notifications You must be signed in to change notification settings

amandadianni/book-shelf-web

Repository files navigation

Bookshelf Web

This is a WorkSample frontend for a bookshelf application.

What this is about

It allows user to add new books to the shelf and list all books in the shelf, with pagination.

Details

  • Angular
    • This project was generated with Angular CLI version 13.1.4.

Running the application

Pre requisites

Running

  • Inside root directory of the project, run the following command via terminal:
npm install
  • After all dependencies are installed, you can run the following command via terminal:
ng serve --open

or

npm start
  • The application will execute on port 4200 in your localhost

Coming next

  • Tests
  • Docker
  • Security
  • New functionalities:
    • Creating book series
    • Filtering search
    • Ordering search

About

Frontend for book shelf: adds and lists books from the shelf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published