Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joytaribagshaw/bookstore

In this project, users can Add a Book, Delete a Book, Edit a Book. It is created using Create React App, React Router V6.
https://github.com/joytaribagshaw/bookstore

create-react-app jsx react-router reactjs redux redux-thunk redux-toolkit

Last synced: 30 days ago
JSON representation

In this project, users can Add a Book, Delete a Book, Edit a Book. It is created using Create React App, React Router V6.

Awesome Lists containing this project

README

        

Bookstore Project


# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Bookstore

**Bookstore** is a web-base app for adding your favorite books and store them in the browser's local-storage.

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- **Component base**
- **Routing**
- **Local Storage**

(back to top)

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

- Node js
- NPM

### Setup

Clone this repository to your desired folder:

Example commands:

```sh
git clone https://github.com/JoyTaribagshaw/Bookstore.git
```

### Install

Install this project with:

Example command:

```js
cd bookstore
npm install
```

### Usage

To run the project, execute the following command:

Example command:

```js
npm run start
```

### Deployment

You can deploy this project using:

Example:

```js
npm run build
```

(back to top)

## 👥 Authors

👤 *Joy Tari*

- GitHub: [Joy](https://github.com/JoyTaribagshaw)
- Twitter: [Joy](https://twitter.com/JoyTariBagshaw)
- LinkedIn: [Joy](www.linkedin.com/in/joytaribagshaw)

(back to top)

## 🔭 Future Features

- **[Using Redux]**
- **[Connect to the API]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project you can give an ⭐ to it

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse to make this challenge

(back to top)

## 📝 License

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

(back to top)