Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 728 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 728 Bytes

My reads

This is a react webapp where you can manage all your books. On the mainpage you have 3 shelfs:

  • Currently reading
  • Want to read
  • Read

For each book you have a dropdown menu where you can move across the shelfs all your books. If you want to add a book, press the '+' button on the bottom right of your screen and input the book name you want to find.

To see all the valid terms just check the Query validator file in the components folder.

Installation

Use the package manager npm to install my reads.

npm install

After that just start the react app by typing the follow command in your termina.

npm start

The server will run on localhost port 3000 and you can now use the app!