jpacsai / MyReads-App

πŸ“š Book tracking app developed for Google-Udacity Front End Nanodegree (Project 7)

Home Page:https://jpacsai.github.io/MyReads-App/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyReads - book tracking app πŸ“š

This project is developed for Google/Udacity Front End Web Development Nanodegree (Project 7).

With this app the user can categorize books into 3 groups (Want to read, Currently reading, Read), move them between categories and look up new books to add them to the collection.

The task was to add interactivity to the app with React by refactoring the code provided for the basic static page.


main page search page


πŸ“‘ Table of Contents

πŸ”— Live link

Open the page directly from here

🏁 Getting started

Installation

  1. Clone repository
  2. install all project dependencies with npm install
  3. start the server with npm start
  4. the aplication runs on http://localhost:3000

Built With

Browser compatibility

The site was tested on Google Chrome only

🍴 How to use

The inital page shows 3 shelves of books (Currently Reading, Want To Read, Read). The user can change the status of a book on the shelf to one of the three types mentioned above or to none to remove it.

In the search page the user can type into the input form to search for books and add them to one of the three shelves or to move them to another shelf.

πŸ“œ Licence

This project is licensed under the MIT License - see the LICENSE.md file for details

πŸ’° Credits

About

πŸ“š Book tracking app developed for Google-Udacity Front End Nanodegree (Project 7)

https://jpacsai.github.io/MyReads-App/#/

License:MIT License


Languages

Language:JavaScript 71.7%Language:CSS 19.8%Language:HTML 8.4%