abustamam / my-reads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyReads: A Book Lending App

Project for React Nanodegree

Quick Start

  1. Install dependencies
yarn

# or

npm i
  1. Start app
yarn start

# or

npm start
  1. Open web server in your browser

Quickest Start

Navigate to https://my-reads-niqscuvodv.now.sh

The Project

This project is part of the React Nanodegree. It allows you to search for books and add them to one of three "shelves":

  • Currently Reading
  • Want to read
  • Already Read

You may move books to different shelves by clicking the little arrow next to the book and selecting the shelf you wish to move it to.

You may search for books by clicking on the Plus icon on the lower right hand corner.

Note that there are only a certain number of search terms you may look for: listed here:

'Android', 'Art', 'Artificial Intelligence', 'Astronomy', 'Austen', 'Baseball', 
'Basketball', 'Bhagat', 'Biography', 'Brief', 'Business', 'Camus', 'Cervantes', 
'Christie', 'Classics', 'Comics', 'Cook', 'Cricket', 'Cycling', 'Desai', 'Design', 
'Development', 'Digital Marketing', 'Drama', 'Drawing', 'Dumas', 'Education', 'Everything', 
'Fantasy', 'Film', 'Finance', 'First', 'Fitness', 'Football', 'Future', 'Games', 'Gandhi', 
'Homer', 'Horror', 'Hugo', 'Ibsen', 'Journey', 'Kafka', 'King', 'Lahiri', 'Larsson', 'Learn', 
'Literary Fiction', 'Make', 'Manage', 'Marquez', 'Money', 'Mystery', 'Negotiate', 'Painting', 
'Philosophy', 'Photography', 'Poetry', 'Production', 'Programming', 'React', 'Redux', 'River', 
'Robotics', 'Rowling', 'Satire', 'Science Fiction', 'Shakespeare', 'Singh', 'Swimming', 'Tale', 
'Thrun', 'Time', 'Tolstoy', 'Travel', 'Ultimate', 'Virtual Reality', 'Web Development', 'iOS'

About


Languages

Language:JavaScript 86.1%Language:HTML 7.7%Language:CSS 6.2%