Skip to content

Course project for React Fundamentals course

License

Notifications You must be signed in to change notification settings

lerderl/MyReads

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyReads Project

This project's aim is to enable a user be able to move books between the three shelves in the application. A user can also search for a book.

Project Launch

The user can launch the project by taking the following steps:

  • Navigate into the starter folder of the apllication (MyReads/starter)
  • Run 'npm install' to install all project dependencies
  • Run 'npm start' to start the development server

The search terms that the user can use to look for books have been included in SEARCH_TERMS.md file.

The user can move books between shelves by clicking on the dropdown and selecting the shelf to move the book into.

About

Course project for React Fundamentals course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.1%
  • CSS 28.1%
  • HTML 11.8%