Skip to content

This project is a book searching website & it's frontend is developed using Angular. This is one of my personal projects. This repo holds the frontend code of the project.

Notifications You must be signed in to change notification settings

tazbin/book-search-frontend-Angular

Repository files navigation

book-search-frontend-Angular

alt text

book-search is one of my personal projects where anyone can search for books related to programming, IT or technology. Registered user can also add books to their favourite list. This repository holds the code of it's frontend which is developed using Angular.

The backend of this project can be found here (REST API)

Visit complete live project book-search241.netlify.app

Features:

  • Users can create their profiles (token-based authentication)
  • Users can search for books by title, author or keywords
  • Users can view details of a particular book
  • Users can add books to their favorite list
  • Users can remove books from their favorite list
  • Users can view their list of favorite books

Getting started

How to install & run:

Using Git (recommended)

Navigate & open CLI into the directory where you want to put this project & Clone this project (will be cloned inside myProject folder) using this command.

git clone https://github.com/tazbin/book-search-frontend-Angular ./myProject

Using manual download ZIP

  1. Download repository
  2. Extract the zip file, navigate into it & copy the folder to your desired directory

Install npm dependencies after cloning or downloading

npm install

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

ng serve

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Further help

This project was generated with Angular CLI version 9.1.8.

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

This project is a book searching website & it's frontend is developed using Angular. This is one of my personal projects. This repo holds the frontend code of the project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published