Skip to content

Bookshelf app made with React that allows you to select and categorize books you have read, are currently reading, or want to read.

License

Notifications You must be signed in to change notification settings

bruno-gurgel/MyReads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyReads Banner

Repo Size Last commit Top Language

MyReads App

This project was made during Udacity's React Nanodegree and it is a bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read.

MyReads home screen

There is also a Search feature so you can add books to your bookshelfs.

MyReads search screen

React is the focus

Since it is a project focused on react, it was not the goal to build an app focused on style and backend programming. So Udacity gave an starter code with basic styling and a backend server.

You can find information about the backend server (src/BooksAPI.js) and the starter code here.

Starting the App

  • Install al the project dependencies with npm install;
  • Start the development server with npm start.

Obs: Since this app was created with the newly released npm version 7, it creates a package-lock.json version 2, that may cause some problems if you don't have this npm version. In this case you should install and start the app with yarn install and yarn start. Here are the instructions to install yarn

Contributions

Any contributtions and/or suggestions are greatly appreciated.

License

MIT License.

About

Bookshelf app made with React that allows you to select and categorize books you have read, are currently reading, or want to read.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published