https://github.com/microverse-fullstack-program/bookstore
A React-based web app designed for storing book information. It provides a user-friendly interface to easily add, edit and manage a book collection.
https://github.com/microverse-fullstack-program/bookstore
css3 html5 javascript react-components react-redux react-router-dom reactjs redux redux-store reduxtoolkit
Last synced: 6 months ago
JSON representation
A React-based web app designed for storing book information. It provides a user-friendly interface to easily add, edit and manage a book collection.
- Host: GitHub
- URL: https://github.com/microverse-fullstack-program/bookstore
- Owner: Microverse-Fullstack-Program
- License: mit
- Created: 2023-02-02T00:01:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T15:18:53.000Z (almost 3 years ago)
- Last Synced: 2025-03-01T03:42:49.705Z (11 months ago)
- Topics: css3, html5, javascript, react-components, react-redux, react-router-dom, reactjs, redux, redux-store, reduxtoolkit
- Language: JavaScript
- Homepage:
- Size: 469 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bookstore website Using React & Redux
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
> **Bookstore Website** The Bookstore is a website similar to the "Awesome Books" website. It is a simplified version of it that allows user to:
> - Display a list of books
> - Add a book
> - Remove a selected book
By building this application, you will learn how to use React and Redux in the context of a real application.
## 🛠 Built With
- HTML5
- CSS3
- JavaScript
- ReactJS
- Redux
> - VS Editor
> - GitHub and Gitflow
> - JavaScript ES6 Module
> - ReactJS
> - Redux
> - Web Pack
> - Jest Test
> - React Testing Library
> The key features of this website include.
> - **Interactive**
> - **Virtual DOM**
> - **Use JSX**
- [Live Demo Link](https://bookstore-xpp0.onrender.com/)
> To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need to install npm and node.js as well as webpack and linter modules
### Setup
Clone this repository to your desired folder:
0. Install git if not already installed
1. Use VScode: open terminal in VScode
2. Navigate to the directory where you want clone the copy of this repository
3. Create new directory [optional]
4. Clone the repo using the below command
> git clone https://github.com/Microverse-Fullstack-Program/bookstore.git
5. Alternatively, you can download the zip file of your project by clicking on the Code button on the right side of your project page and clicking on Download ZIP
## Install and Run
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 your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
### `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.
### Usage
This project can be used to learn and practice basics of React.js. Specifically;
* React components.
* React Events.
* Refactor with hooks.
> #### Getting Started with Create React App
> - This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
> The collaborators of this project.
👤 **Chere Lemma**
- GitHub: [@githubhandle](https://github.com/cherelemma)
- Twitter: [@twitterhandle](https://twitter.com/Chere21271613)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/chere-lemma27211613)
## 🔭 Future Features
- [ ] Improve the UI/UX features
- [ ] Implement a filtering feature
- [ ] Add Edit and comments functionalities
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Microverse-Fullstack-Program/bookstore/issues).
Give a ⭐️ if you like this project!
> I would like to thank [Microverseinc](https://github.com/microverseinc) for.
* [Readme-template](https://github.com/microverseinc/readme-template)
* [Linter for React & Redux](https://github.com/microverseinc/linters-config)
This project is [MIT](./LICENSE) licensed.