Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mailsg/bookstore

Bookstore is a web app that allows users to add a book, remove a selected book and display list of books.
https://github.com/mailsg/bookstore

html-css-javascript reactjs redux

Last synced: 7 days ago
JSON representation

Bookstore is a web app that allows users to add a book, remove a selected book and display list of books.

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)
- [👩‍💻 Presentation](#Presentation)
- [💻 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)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 Bookstore

**Bookstore App** is a web app that allows users to add a book, remove a selected book and display list of books.

## 🛠 Built With

### Tech Stack

HTML/CSS/JavaScript

ReactJS

Redux

### Key Features

- **Interactive Webpage**
- **Add/Remove Functions**
- **API Interaction**
- **ReactJS and Redux**

(back to top)

## 🚀 Live Demo
You can checkout the live demo below 👍

The Project is under construction, check back here shortly for the live link.

(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:

- a browser
- git
- nodejs

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:mailsg/Bookstore.git
```

### Install

Install this project with:

```sh
cd Bookstore
npm install
npm run build
npm start
```

### Usage

To run the project, execute the following command:

```sh
Open dist/index.html in browser
or
Open with Live server in Vscode
```

### Run tests

To run tests, run the following command:

```sh
npx stylelint "**/*.{css,scss}"
npx hint .
npx eslint "**/*.{js,jsx}"
```

(back to top)

## 👥 Author

👤 **Sandeep Ghosh**

- GitHub: [@mailsg](https://github.com/mailsg)

(back to top)

## 🔭 Future Features

- [ ] **Profile Section**
- [ ] **News Section**
- [ ] **Join Section**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project give me a follow and/or a star

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for giving this opportunity to me to showcase my dev skills.

(back to top)

## 📝 License

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

(back to top)