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

https://github.com/krisbobo/books

This is an MVP version of a previously built app, awesome books. It is a Single Page App (SPA) that allows users to display a list of books, add a book, and remove a selected book. Built with React!
https://github.com/krisbobo/books

javascript javascript-applications javascript-framework javascript-library reactjs

Last synced: 9 months ago
JSON representation

This is an MVP version of a previously built app, awesome books. It is a Single Page App (SPA) that allows users to display a list of books, add a book, and remove a selected book. Built with React!

Awesome Lists containing this project

README

          

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 \[Bookstore\] ](#-bookstore-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo and other links ](#-live-demo-and-other-links-)
- [💻 Getting Started ](#-getting-started-)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 [Bookstore]

> The bookstore is an MVP version of a previously built app, awesome books. It is a Single Page App (SPA) that allows users to:

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

## 🛠 Built With

The major tools and languages used are:

- REACT
- JavaScript

### Tech Stack

> The following tech stack were used

REACT

### Key Features

> The web app has the following key features:

- **[Allows you to display a list of books]**
- **[Add a book]**

[Back to Top]

## 🚀 Live Demo and other links

> Here, we will paste links as per the submission instructions.

- [Live Demo Link not yet available]()

[Back to Top]

## 💻 Getting Started

> In order to run this project you need:

- Node js installed on your computer
- Npm Node package manager
- Terminal

### Setup

Clone this repository to your desired folder:

> https://github.com/krisbobo/books.git

### Install

Install this project with:

```sh
cd my-project
npm install or npm i
```
-

### Usage

To run the project, execute the following command:

```sh
npm run build
```

### Run tests

To run tests, run the following command:

```sh
npm test or jest test
```

[Back to Top]

## 👥 Authors

👤 **Kiyong Bohbo**

- GitHub: [krisbobo](https://github.com/krisbobo)
- Twitter: [ChrisboboSys](https://twitter.com/ChrisboboSys)
- LinkedIn: [kiyong-christian](https://linkedin.com/in/kiyong-christian)

[Back to Top]

## 🔭 Future Features

> The following two features will be added to this project;

- [ ] **[A Books page]**
- [ ] **[A categories page]**

[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, don't forget give a ⭐️ or buy me a coffee ☕️

[Back to Top]

## 🙏 Acknowledgments

I would like to thank all my collaborators on this project and the Microverse student community.

[Back to Top]

## 📝 License

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

[Back to Top]