An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# 📃 bookstore-react-redux

## 📡 technologies used

- node.js
- react
- react-dom
- react-create-app
- npm
- css
- es6
- webpack
- git

node.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/)


app image

## 🔨 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 test

In 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.