https://github.com/batoorsohail/book-store
Book Store is a simple website where users can add a book with the author's name and category of the book. When a user adds a new book it will push the data inside an API and then it will load it for others as well.
https://github.com/batoorsohail/book-store
css reactjs
Last synced: about 1 year ago
JSON representation
Book Store is a simple website where users can add a book with the author's name and category of the book. When a user adds a new book it will push the data inside an API and then it will load it for others as well.
- Host: GitHub
- URL: https://github.com/batoorsohail/book-store
- Owner: batoorsohail
- License: mit
- Created: 2023-03-09T10:51:20.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-25T13:32:58.000Z (over 3 years ago)
- Last Synced: 2025-01-15T21:11:32.353Z (over 1 year ago)
- Topics: css, reactjs
- Language: JavaScript
- Homepage: https://book-store-microverse.netlify.app/
- Size: 1.47 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
**Book Store** is a small project that made using React, Redux, JavaScript, HTML, and CSS. You can add a book name and the author name. You can delete it or update it.
- **React**
- **Redux**
- **JavaScript**
- **HTML**
- **CSS**
- **This projects follows all Microverse Linters**
- **This project takes user inputs of Book title and Author**
- **This project displays the details for Book (title, author, and completion progress)**
- **This project saves and fetsches Book details from an API**
- **This project saves the Book details inside the Browser**
- **This project has syntax with ES6 format.**
- [Live Link](https://book-store-microverse.netlify.app/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
npm install
```
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone https://github.com/batoorsohail/book-store.git
```
### Install
To clone this repo go to "https://github.com/batoorsohail/book-store"
git clone your repo
cd into the folder
Install dependencies `$ npm install`
If you want to build the project `$ npm run build` - this will build the project in /dist folder
Start the Project `$ npm start` - serve the project in browser
👤 **Batoor Sohail**
- GitHub: [@batoorsohail](https://github.com/batoorsohail)
- Twitter: [@twitter](https://twitter.com/sohailBatoor)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/sohail-batoor-52429b230/)
- [ ] *You can edit a book*
- [ ] *You can check your progress*
- [ ] *You can update your book*
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project give a star.
I would like to thank Microverse for helping me to complete this project.
This project is [MIT](https://github.com/batoorsohail/book-store/blob/project-setup/LICENSE.md) licensed.