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…
ONJoseph / repository
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.
[Bookstore-CMS] is an MVP version of AwesomeBooks that allows you to display a list of books, add a book and remove a selected book.
To get a local copy up and running, follow these steps:
In order to run this project you need:
Clone this repository to your desired folder:
-Local environment with git clone https://github.com/ONJoseph/bookstore-cms.git
Install this project with:
npm i on the root of the project and you're good to go. All of the necessary packages will be installed for you!To run the project, execute the following command:
git clone https://github.com/ONJoseph/bookstore-cms.gitcd bookstore-cmsnpm installnpm startIn the project directory, you can run:
npm startRuns 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.
npm testLaunches the test runner in the interactive watch mode.
See the section about running tests for more information.
npm run buildBuilds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
npm run ejectNote: this is a one-way operation. Once you eject, you can't go back!
If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
You can deploy this project using:
npm run build for Webpack to generate the dist files corresponding to your actual /src fileContributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give a ⭐️ to show your support!
I would like to thank:
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.
Christabelle143 /
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.
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.