alexandrucotin / my-reads

A react app where you have three shelfs to store your books.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

A react app where you have three shelfs to store your books.


Languages

Language:JavaScript 81.3%Language:CSS 15.2%Language:HTML 3.5%