https://github.com/codehass/bookstore
Created a user-friendly React app for efficient book title and author management. Enhanced experience with features to display and view recorded data. Utilized Redux, CSS3, ReactJS, React Routers, Redux Thunks, and React Testing Library for a robust and intuitive application.
https://github.com/codehass/bookstore
css3 react-routers react-testing-library reactjs redux redux-thunks
Last synced: 9 months ago
JSON representation
Created a user-friendly React app for efficient book title and author management. Enhanced experience with features to display and view recorded data. Utilized Redux, CSS3, ReactJS, React Routers, Redux Thunks, and React Testing Library for a robust and intuitive application.
- Host: GitHub
- URL: https://github.com/codehass/bookstore
- Owner: codehass
- Created: 2023-01-19T12:39:37.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-27T07:32:22.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T23:54:39.183Z (11 months ago)
- Topics: css3, react-routers, react-testing-library, reactjs, redux, redux-thunks
- Language: JavaScript
- Homepage: https://bookstore-wnqr.onrender.com/
- Size: 1.44 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 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)
- [📝 License](#license)
Bookstore is a sample web application where we can performs add delate and edit books.
- Reactjs
- JavaScript
- CSS
- **[Add books]**
- **[Remove Books]**
- **[Edit Books]**
- [Live Demo Link](https://bookstore-wnqr.onrender.com/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/codehass/bookstore.git
cd bookstore
```
### Install
Install this project with:
```sh
cd bookstore
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm run build
```
```sh
npm start
```
### Run tests
To run tests, run the following command:
```sh
npm test
```
### Deployment
This app is deployed in the GitHub Pages for easy viewing upon merged on the main branch. Please find the link in the Live Demo section.
👤 **Author**
- GitHub: [@codehass](https://github.com/codehass)
- Twitter: [@hassanelourdy](https://twitter.com/hassanelourdy)
- LinkedIn: [Hassan El OUARDY](https://www.linkedin.com/in/hassan-el-ouardy-360b99169/)
- [ ] **[Books progress]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project give a ⭐️
I would like to thank my partners.
This project is [MIT](./MIT.md) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._