Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kennedyowusu/bookstore

This is a Microverse React project which allow users to read a book, see all displayed books, update a book data and delete a book
https://github.com/kennedyowusu/bookstore

javascript react-hooks react-router reactjs

Last synced: 7 days ago
JSON representation

This is a Microverse React project which allow users to read a book, see all displayed books, update a book data and delete a book

Awesome Lists containing this project

README

        

# 📗 Table of Contents

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

# 📖 Book store

> "Book store" is a website for storing details about book.
It is an MVP version that allows users to:

- Display a list of books.
- Add a book.
- Remove a selected book.

## 🛠 Built With

- HTML/CSS
- JavaScript
- React

### Tech Stack

Client

### Key Features

- **Add/remove book**
- **User Interface**
- **React**

(back to top)

## 🚀 Live Demo

> Will update soon...

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

- Gitflow
- HTML and CSS
- JAVASCRIPT
- React.js
- npm
- Node.js
- Any code editor (vs code)

### Setup

Clone this repository to your desired folder:

- `git clone https://github.com/kennedyowusu/bookstore.git`

### Install

Install this project with:

### Usage

> To run the project, execute the following command:

- for build `npm run build`
- for development `npm start`

### Run tests

> To run tests, run the following command:

- `npm run test`

### Deployment

> Incoming ...

## 👤 Author

👤 **Kennedy Owusu**

- GitHub: [@kennedyowusu](https://github.com/kennedyowusu)
- Twitter: [@_iamkobby](https://twitter.com/_iamkobby)
- LinkedIn: [kennedy-owusu](https://www.linkedin.com/in/kennedy-owusu/)

(back to top)

## 🔭 Future Features

- [ ] **[Add categories section in the form input and display books according to the same]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project give it a star

(back to top)

## 🙏 Acknowledgments

I would like to thank the Microverse team for their great support!

(back to top)

## ❓ FAQ

Will update soon...

(back to top)

## 📝 License

This project is [MIT](https://github.com/kennedyowusu/bookstore/blob/develop/LICENSE.md) licensed.

(back to top)