Skip to content

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

License

Notifications You must be signed in to change notification settings

jpacsai/MyReads-App

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

35 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.8%
  • CSS 19.8%
  • HTML 8.4%