Skip to content

RonnenPodolsky/Library_App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyReads Project

This is a React book library project.

TL;DR

To run the project:

  • install all project dependencies with npm install
  • start the development server with npm start
  • Move books on shelves or remove and search for more books.

Features

  • Once ran, a special token is given to the user and the library is populated with books.
  • Remove books with selecting None.
  • Move shelves with the selec drop down menu.
  • Shelves: currently reading, want to read, and already read.
  • Search function: query the db for more books (books you already have are shown with the correct shelf)
  • Notice not all search queries are possible but they won't break. Try "fitness" or "react" for example.

Create React App

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

Contributing

This starter code is from Udacity (see forked repo).

About

Course project for React Fundamentals course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.2%
  • CSS 17.6%
  • HTML 8.2%