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
- Host: GitHub
- URL: https://github.com/ikennarichard/bookstore
- Owner: ikennarichard
- License: mit
- Created: 2023-05-02T09:17:33.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-04T19:10:42.000Z (about 3 years ago)
- Last Synced: 2025-05-12T13:14:27.361Z (about 1 year ago)
- Topics: frontend, microverse, react, redux
- Language: JavaScript
- Homepage: https://rich-bookstore.netlify.app/
- Size: 672 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 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).

Client
- React
Server
- Not Available
Database
- Not Available
- Project setup with React
- Books page
- Section for adding new book
[Live Demo](https://rich-bookstore.netlify.app/)
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
👤 **Author1**
- GitHub: [ikennarichard](https://github.com/ikennarichard)
- LinkedIn: [Ikenna Oguejiofor](https://linkedin.com/in/ikenna-richard)
- Improve page UI
- Add user interactions
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ikennarichard/Bookstore/issues).
Give a ⭐️ if you like this project!
Hat tip to Microverse team for inspiring this project.
This project is [MIT](https://github.com/ikennarichard/Bookstore/blob/dev/LICENSE) licensed.