This is a web app to manage the books catalog of a bookstore. Books can be filtered by genre, and there's an edition dashboard where the user can edit, add and remove books.
This project was bootstrapped with Create React App. In order to make it work, first you need to have a package manager installed, such as npm in Node.js or Yarn. Then you'll need to install create-react-app
globally:
$ npm install -g create-react-app
or
$ yarn install -g create-react-app
Now you can:
- Clone the repo.
- Install the dependencies by running
$ npm install
/$ yarn install
. - In the project directory, type
$ npm start
/$ yarn start
to run the app in the development mode. - Open http://localhost:3000 to view it in the browser.
- Start coding! :)