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

https://github.com/ikennarichard/bookstore

Bookstore helps you to track the books your reading, you can add or delete a book and view your current progress. Built with React and Redux
https://github.com/ikennarichard/bookstore

frontend microverse react redux

Last synced: about 1 year ago
JSON representation

Bookstore helps you to track the books your reading, you can add or delete a book and view your current progress. Built with React and Redux

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)
- [🚀 Live Demo](#live-demo)
- [💻 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)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 Bookstore

Bookstore is an app that allows you to view a list of books, add a new book and remove a book. Built using React and Redux (state management).

![](./public/screenshot-homepage.PNG)

## 🛠 Built With

### Tech Stack

Client


  • React

Server


  • Not Available

Database


  • Not Available

### Key Features

- Project setup with React
- Books page
- Section for adding new book

(back to top)

## 🚀 Live Demo

[Live Demo](https://rich-bookstore.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:

- Nodejs
- Node Package Manager
- VS Code text editor

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone git@github.com:ikennarichard/Bookstore.git
```

### Install

Install this project with:

```bash
cd my-project
npm install
```

### Usage

To run the project, execute the following command:
```bash
npm start
```

### Run tests

To run tests, run the following command:

- Jest Test
```sh
npm test
```

- Stylint
```bash
npx stylelint "**/*.{css,scss}"
```

- Eslint
```bash
npx eslint "**/*.{js,jsx}"
```

### Deployment

Not available for now

(back to top)

## 👥 Authors

👤 **Author1**

- GitHub: [ikennarichard](https://github.com/ikennarichard)
- LinkedIn: [Ikenna Oguejiofor](https://linkedin.com/in/ikenna-richard)

(back to top)

## 🔭 Future Features

- Improve page UI
- Add user interactions

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

Hat tip to Microverse team for inspiring this project.

(back to top)

## 📝 License

This project is [MIT](https://github.com/ikennarichard/Bookstore/blob/dev/LICENSE) licensed.

(back to top)