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

https://github.com/tylher/bookstore-react

A book register web app that stores books using the title and author. It is an MVP version of it that allows you to display a list of books, add a book, and remove a selected book.
https://github.com/tylher/bookstore-react

Last synced: 2 months ago
JSON representation

A book register web app that stores books using the title and author. It is an MVP version of it that allows you to display a list of books, add a book, and remove a selected book.

Awesome Lists containing this project

README

        

# bookstore-react
> The Bookstore is a book register website that stores books using the title and author. It is an MVP version of it that allows you to:

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

## Built With

- Html
- Css
- Js
- React
- Technologies used:
> webpack,
> AJAX,
> API,
> JSON,
> Babel

## Live Version
view live [here](https://dev--tylher-bookstore.netlify.app/)

## Getting Started

### Prerequisites

You need to have a browser and this tools installed:

- Git
- NodeJS

### Setup

To get a local copy up and running follow these simple example steps:

```
$ git clone [email protected]:tylher/bookstore-react.git
```

```
$ cd bookstore-react
```

```
$ npm i
```
```
$ npm start
```

### Usage

To build a version of the website under Development mode:

```
$ npm run dev
```

To build the production version:

```
$ npm run build
```

### Run tests

To run tests in terminal use:

```
npm test
```

## Authors

👤 adam pithewan **Taiwo Damola Adediran**

- GitHub: [@tylher](https://github.com/tylher)
- Twitter: [@tylher123](https://twitter.com/tylher123)
- LinkedIn: [Taiwo Adediran](https://www.linkedin.com/in/taiwo-adediran-327654127/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!