KaiqueMunhoz / myreads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyReads

In this application, we developed a way to organize our books. The app has a few bookshelves, and we can move a book to a specific shelf, showing if we already read or are reading or wanna read. Another feature of this project was the search page, that can find books by keywords.

Knowledge Prerequisites

  • HTML
  • CSS
  • Javascript
  • React

Installing

  • Nodejs

To install Nodejs, access the website https://nodejs.org/en/ and download the last version for your environment. After the installation finish, run the command lines to verify if everything was installed correctly.

npm -v
node -v
  • Create-React-App

To install create-react-app run the follows command line

npm install -g create-react-app
  • Dependencies

To install all others dependencies of this project, run the following command line

npm install

Running

After the installation, this project already can run. The follows commands run the frontend side.

npm start

Built With

Authors

About


Languages

Language:JavaScript 78.5%Language:CSS 12.4%Language:HTML 9.2%