Skip to content

RatnadeepBiswakarma/my-reads

Repository files navigation

MyReads Project by Ratnadeep

Live demo

https://my-reads-ratnadeep.netlify.com/

Intro

  • This is a book tracking app. Books can be added to shelf.
  • There are three shelves which are Currently Reading, Want to Read and Complete Reading.
  • To change the book shelf select the select the shelf from the dropdown menu.
  • If you want to remove the book from your shelf then select Remove Book from the dropdown menu.

How to view the project in local machine

To view the project at your local machine do the following

  • install all project dependencies with npm install
  • start the development server with npm start or yarn start
  • a new window in your default browser will be opened if not
  • go to http://localhost:3000

Backend Server

Backend server is powered by Udacity server and is coded by Udacity developers.

Language and dependencies

  • React
  • HTML
  • CSS
  • JavaScript

Important

The backend API uses a fixed set of cached search results and is limited to a particular set of search terms, which can be found in SEARCH_TERMS.md. That list of terms are the only terms that will work with the backend, so don't be surprised if your searches for Basket Weaving or Bubble Wrap don't come back with any results.

Create React App

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published