https://github.com/cyrus-kiprop/bookstore-react-redux
A bookstore app created using React and Redux
https://github.com/cyrus-kiprop/bookstore-react-redux
css hooks hooks-api-react react redux webpack
Last synced: 26 days ago
JSON representation
A bookstore app created using React and Redux
- Host: GitHub
- URL: https://github.com/cyrus-kiprop/bookstore-react-redux
- Owner: Cyrus-Kiprop
- License: mit
- Created: 2020-08-17T19:06:58.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2020-08-22T10:03:11.000Z (over 4 years ago)
- Last Synced: 2025-04-23T13:14:09.301Z (26 days ago)
- Topics: css, hooks, hooks-api-react, react, redux, webpack
- Language: JavaScript
- Homepage:
- Size: 1.2 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📃 bookstore-react-redux
## 📡 technologies used
- node.js
- react
- react-dom
- react-create-app
- npm
- css
- es6
- webpack
- gitnode.js, react, react-dom, react-create-app, npm, css, es6, webpack and git was used on this project.
## 🚀 the project
this project can be found in https://github.com/cyrus-kiprop/bookstore-react-redux
### ✨ [live version](http://bookstore-react-redux-ck-fh.herokuapp.com/)
## 🔨 instructions
to get started with the app, clone the repo:
```
$ [email protected]:cyrus-kiprop/bookstore-react-redux.git
```navigate into the newly created folder:
```
$ cd bookstore-react-redux
```install the dependencies:
```
$ npm install
```bundle the files and start the development server:
```
$ npm start
```visit this link in your browser:
```
$ http://localhost:8000/
```run tests:
```
$ npm testIn the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `npm test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### `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](https://facebook.github.io/create-react-app/docs/deployment) for more information.
```## 🤝 contributing
contributions, issues, and feature requests are welcome!
feel free to check [issues page](hhttps://github.com/cyrus-kiprop/bookstore-react-redux/development/issues).1. fork it (https://github.com/cyrus-kiprop/bookstore-react-redux/development/fork)
2. create your working branch (git checkout -b [choose-a-name])
3. commit your changes (git commit -am 'what this commit will fix/add/improve')
4. push to the branch (git push origin [chosen-name])
5. create a new pull request## 🤖 contributor
cyrus kiprop - [gitHub](https://github.com/Cyrus-Kiprop)
firmo holanda - [gitHub](https://github.com/firmoholanda)
## 🙋♂ show your support
give a ⭐️ if you like this project!
## 📝 license
this project is [MIT](https://github.com/cyrus-kiprop/bookstore-react-redux/development/license.txt) licensed.