Bookstore The Bookstore is a website similar to the Awesome Books website that allows users to display a list of books, add a book, remove a selected book. The application will be built using React and Redux in the context of a real application.
Client
- HTML
- Javascript
- CSS
- React
- Make simple calculations
- Read a random math-related quote
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A browser of your choice
- That you have set up Git on you desired computer
- NODEJS 16.10 or higher
Clone this repository to your desired folder:
cd your-desired-folder
git clone git@github.com:veronica365/boostore-react.git
open the repo folder `boostore-react`Install this project dependencies with:
npm installTo run the project, execute the following command:
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.
To run tests to check the lint errors, run the following command:
npx eslint . --fixTo run unit tests, run the following command:
npm testLaunches the test runner in the interactive watch mode.
See the section about running tests for more information.
You can deploy this project using:
npm run build
Builds 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.
👤 Author1
- GitHub: William
- Add more tests and improve the application CSS styles
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project...
This project is MIT licensed.