An open API service indexing awesome lists of open source software.

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.

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

**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.

## 🛠 Built With

### Tech Stack

- **React**
- **Redux**
- **JavaScript**
- **HTML**
- **CSS**

### Key Features

- **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.**

(back to top)

## 🚀 Live Demo

- [Live Link](https://book-store-microverse.netlify.app/)

(back to top)

## 💻 Getting Started

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

(back to top)

## 👥 Authors

👤 **Batoor Sohail**

- GitHub: [@batoorsohail](https://github.com/batoorsohail)
- Twitter: [@twitter](https://twitter.com/sohailBatoor)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/sohail-batoor-52429b230/)

(back to top)

## 🔭 Future Features

- [ ] *You can edit a book*
- [ ] *You can check your progress*
- [ ] *You can update your book*

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project give a star.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for helping me to complete this project.

(back to top)

## 📝 License

This project is [MIT](https://github.com/batoorsohail/book-store/blob/project-setup/LICENSE.md) licensed.

(back to top)