Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdelaziz-mahdi/bookstore
A simplified website that display a list of books and allows users to add a book, remove a selected book.
https://github.com/abdelaziz-mahdi/bookstore
Last synced: 28 days ago
JSON representation
A simplified website that display a list of books and allows users to add a book, remove a selected book.
- Host: GitHub
- URL: https://github.com/abdelaziz-mahdi/bookstore
- Owner: Abdelaziz-Mahdi
- License: mit
- Created: 2023-07-13T07:33:08.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-07-29T07:16:09.000Z (over 1 year ago)
- Last Synced: 2024-05-17T15:35:53.758Z (6 months ago)
- Language: JavaScript
- Size: 871 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bookstore
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**Bookstore** The Bookstore is a website display a list of books, add a book and remove a selected book using React and Redux.
Languages & bundlers
- JS
- React
- ES6
- CRA
- Redux
Server
- Render
Database
- Bookstore API
- **Use GitFlow.**
- **Single page React app.**
- **Use Redux in React components.**
- **Connect to API.(axios with createAsyncThunk)**
- **Parse a Zeplin design to create a UI**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Install Node.js.
- Visual Studio Code or equivalent.
- Internet Browser
### Setup
Clone this repository to your desired folder:
- cd my-folder
- git clone [https://github.com/Abdelaziz-Ali/bookstore.git](https://github.com/Abdelaziz-Ali/bookstore.git)
### Install
Install this project with:
- cd my-project
- git config --global --add safe.directory my-directory/my-folder/my-project
### Usage
To run the project, execute the following command:
- code .
- npm install
- npm start
### Run tests
To run tests, run the following command:
npm test
### Deployment
You can deploy this project using:
- Render.
👤 Abdelaziz Ali
- GitHub: [@Abdelaziz-Ali](https://github.com/Abdelaziz-Ali)
- Twitter: [@AbdelazizDV](https://twitter.com/AbdelazizDV)
- LinkedIn: [in/abdelaziz-mahdi](https://www.linkedin.com/in/abdelaziz-mahdi)
- [ ] Styling.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a ⭐️ if you like this project!
Templete used in project provided by (Microverse)!
This project is [MIT](./LICENSE) licensed.