Basir-Mohammadi /
book-store-react
Microverse Module 03 Project: this is a simple website deployed with Heroku that the user can add their books with author and category using React and Redux.
Loading repository data…
Christabelle143 / repository
Microverse Module 03 Project: This educational project is similar to the "Awesome Books" website. It is a MVP version of it that allows you to display a list of books, add a book and remove a selected book. Built with React, Sass and JavaScript.
This is an educational project similar to the "Awesome Books" website. It is a MVP version of it that allows you to:
- Display a list of books.
- Add a book.
- Remove a selected book.
Check the live demo netlify👈
To get a local copy up and running follow these simple steps.
You can check if Git is installed by running the following command in the terminal.
$ git --version
Likewise for Node.js and npm for package installation.
$ node --version && npm --version
Clone the repository using the GitHub link provided below.
In the terminal, go to your file directory and run this command.
$ git clone git@github.com:Christabelle143/bookstore.git
Kindly modify the files as needed.
In the project directory, you can run:
$ npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
To check for linters, use the files provided by Microverse. A GitHub action is also set to run during pull request.
$ npm install
This app is deployed in the using Netlify. Please find the link in the Live Demo section.
👤 Author
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.
Selected from shared topics, language and repository description—not editorial ratings.
Basir-Mohammadi /
Microverse Module 03 Project: this is a simple website deployed with Heroku that the user can add their books with author and category using React and Redux.
benardop /
Microverse Module 03 Project: This educational project is similar to the "Awesome Books" website. It is a MVP version of it that allows you to display a list of books, add a book and remove a selected book. Built with React, CSS3 and JavaScript.
ONJoseph /
Microverse Module 03 Project: This educational project is similar to the "Awesome Books" website. It is an MVP version of it that allows you to display a list of books, add a book and remove a selected book.
mavericksbalitaan /
Microverse Module 03 Project: "Math Magicians" is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to make a simple calculations and read a random math-related quote. Built with React, Sass and JavaScript.
mavericksbalitaan /
Microverse Module 03 Project: This educational project is similar to the "Awesome Books" website. It is a MVP version of it that allows you to display a list of books, add a book and remove a selected book. Built with React, Sass and JavaScript.