Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aachourmohamed/bookstore
The Bookstore is a website that display a list of books, add a book, and remove a selected book. This will explore the concepts of state management using Redux store, actions and reducers in React. Built with ReactJS.
https://github.com/aachourmohamed/bookstore
reactjs redux redux-thunk
Last synced: 4 days ago
JSON representation
The Bookstore is a website that display a list of books, add a book, and remove a selected book. This will explore the concepts of state management using Redux store, actions and reducers in React. Built with ReactJS.
- Host: GitHub
- URL: https://github.com/aachourmohamed/bookstore
- Owner: AACHOURMOHAMED
- License: mit
- Created: 2022-08-12T09:57:58.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-08-20T13:09:20.000Z (over 2 years ago)
- Last Synced: 2024-12-09T21:09:25.732Z (14 days ago)
- Topics: reactjs, redux, redux-thunk
- Language: JavaScript
- Homepage:
- Size: 1.15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bookstore
The Bookstore is a website that display a list of books, add a book, and remove a selected book. This will explore the concepts of state management using Redux store, actions and reducers in React. Built with ReactJS.This project is part of the Microverse curriculum module 3. The main objective is to understand how create a React app, use components, hooks, state, run tests, and creating professional documentation for development.
## Live Preview
Heroku: coming soon!!!Netlify: coming soon!!!
## Built With
- React
- JavaScript
- CSS
- Zeplin Design## Additional Tools
- Stylelint
- Eslint
- babel
- Jest## `Getting Started`
To get a local copy of this project:
Clone this repository or download the Zip folder:
```
https://github.com/AACHOURMOHAMED/bookstore.git
```To get started, In the project directory, you can run:
```
yarn install OR npm install
```
run react app and open in browser:
```
yarn start OR npm start
```
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.If you encounter an issue related to eslint or webpack version conflict run:
```
yarn audit fix --force OR npm audit fix --force
```## `Tests`
To check development tests run:
```
yarn test OR npm run test
```
Launches the test runner in the interactive watch mode.### To track linter errors locally follow these steps:
Track CSS linter errors run:
```
npx stylelint "**/*.{css,scss}"
```
Track JavaScript linter errors run:
```
npx eslint .
```## `Deployement`
```
yarn build OR npm 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!👤 **AshourMohamed**
- GitHub: [@githubhandle](https://github.com/AACHOURMOHAMED)
- Twitter: [@twitterhandle](https://twitter.com/MohamedAachour3)
- LinkedIn: [LinkedIn](https://linkedin.com/in/mohamed-aachour-25405b215)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/AACHOURMOHAMED/bookstore/issues).## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.