https://github.com/developerwaleed/react-bookstore
https://github.com/developerwaleed/react-bookstore
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/developerwaleed/react-bookstore
- Owner: developerwaleed
- Created: 2022-07-07T14:59:24.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-31T21:59:35.000Z (over 3 years ago)
- Last Synced: 2025-07-18T02:50:38.381Z (9 months ago)
- Language: JavaScript
- Homepage: react-book-store-dusky.vercel.app
- Size: 1.79 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
Click to view contents
-
📖 About the Project
-
💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
**React Book Store** is a website that allows its users to add books and keep track of their reading. The website uses redux to fetch and send data to the API.
- React
- Redux
Client
This projects aim is to serve as the book tracking website!
- Consume Rest API
- Save data in redux store
- Render data from redux store
## 🚀 Live Demo
[Click Here for live Version!](https://react-book-store-dusky.vercel.app/)
To get a local copy up and running, follow these steps.
### Prerequisites
- Node Package Manager (npm)
### Setup
#### Github
- Enter this url: [https://github.com/developerwaleed/React-BookStore](https://github.com/developerwaleed/React-BookStore) in your web browser.
- Once opened navigate to the top left level of the project a green code download button will be visible on the righthand side.
- Select the download Zip option from drop-down menu.
- Once the download is complete you will be able to access my project locally.
#### Local (Terminal)
```sh
git clone https://github.com/developerwaleed/React-BookStore.git
cd React-BookStore
```
### Install
Install dependencies and gems in this project with:
```sh
cd React-BookStore
npm install
```
### Usage
To run the project, execute the following command:
- Run `npm run start` or `npm start` to start a development server.
### Run tests
To run tests, run the following command:
```
npm run test
```
### Deployment
You can deploy this project using:
- Github Pages
- Netlify
## 👥 Authors
| 👤 Name | Github | Twitter | LinkedIn |
|------|--------|---------|----------|
|Waleed Amjad|[@caasperr](https://github.com/developerwaleed)|[@developerwaleed](https://twitter.com/developerwaleed)|[@developerwaleed](https://www.linkedin.com/in/developerwaleed/)
- Currently none.
Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue, feel free to check the [issues page](../../issues/).
If you like this project. Don't forget to give it a ⭐️
- A big thanks to [@microverseinc](https://github.com/microverseinc) for the project idea, guidance and inspiration.
- **What inspired me to create this project?**
- The inspiration for this project came from microverse – a software development bootcamp where you work with teammates remotely on different projects.
This project is [MIT](./LICENSE) licensed.