Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ritikarawat220/Bookstore

A simple React with Redux book store web app, where you can add and remove books, update reading progress and list by categories.
https://github.com/ritikarawat220/Bookstore

bookstore css react reactjs redux zeplin

Last synced: about 2 months ago
JSON representation

A simple React with Redux book store web app, where you can add and remove books, update reading progress and list by categories.

Awesome Lists containing this project

README

        


Bookstore

# 📗 Table of Contents

- [� Table of Contents](#-table-of-contents)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🔭 Future Features ](#-future-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Testing](#testing)
- [Deployment](#deployment)
- [👥 Author](#-author)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)

# 📖 Bookstore

>In this react project I will lay the foundations for my Bookstore website. I will create the React part of the app. I will also set up routing using React

**Bookstore app**

## 🛠 Built With

### Tech Stack
- HTML
- CSS
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
- [React]((https://github.com/microverseinc/curriculum-react-redux/blob/main/Bookstore/lessons/what_is_react.md))

Languages


  • HTML

  • CSS

  • Javascript

  • React

Bundler


  • React

Server


  • Github

### Key Features

- **Click on Categories and Display a Status**
- **Click on Books and display a list of Books**

(back to top)

### Live Demo

[Live DemO](https://book-store-mpf2.onrender.com/)

#### 🔭 Future Features

- [ ] **Add a book**
- [ ] **Add an author**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/ritikarawat220/Bookstore.git
cd Bookstore
```

### Install

Install this project with:

```yarn
```
```sh
npm install
```

```yarn
```
```sh
npm install --save-dev @testing-library/react
```

```yarn
```
```sh
npm install --save-dev react-test-renderer
```

### Usage

To run the project in a development server, execute the following command:

```sh
npm start
```

### Testing

To run the tests in a development server, execute the following command:

```yarn
```
```sh
npm test
```

To to build for the production, execute the following command:

```yarn
```
```sh
npm run build
```

### Deployment

You can deploy this project using [Github Pages]()

(back to top)

## 👥 Authors

👤 **Ritika Rawat**

- GitHub: [ritikarawat220](https://github.com/ritikarawat220)
- Twitter: [@ritikarawat22](https://twitter.com/Ritikarawat22)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/rawatritika/)

(back to top)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/ritikarawat220/Bookstore/issues).

(back to top)

## ⭐️ Show your support

If you like this project give me a star.

(back to top)

## 🙏 Acknowledgments
I would like to thank Microverse for offering me this opportunity to learn, and practice my skills.

(back to top)

## ❓ FAQ

> Add at least 2 questions new developers would ask when they decide to use your project.

- **What is this project?**

- It's a project of micoverse curriculum.

- **Is there any SQL database for this site**

- No, there isn't. However, I used javascirpt objects stored in a file as a small database.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)