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

https://github.com/carlosmuerto/bookstore

Bookstore is a website similar to the "Awesome Books" website: Display a list of books. Add a book. Remove a selected book.
https://github.com/carlosmuerto/bookstore

Last synced: 3 months ago
JSON representation

Bookstore is a website similar to the "Awesome Books" website: Display a list of books. Add a book. Remove a selected book.

Awesome Lists containing this project

README

          

# Bookstore

> Bookstore is a website similar to the "Awesome Books" website:
> - Display a list of books.
> - Add a book.
> - Remove a selected book.

![screenshot](./screenshot.jpeg)

[Live Demo](https://github.com/carlosmuerto/Bookstore)

## Built With

- JavaScript, CSS, HTML
- React

## Getting Started

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

### Prerequisites
- Node.js

### Setup
- Clone this repo locally using git and the following git command
```bash
git clone https://github.com/carlosmuerto/Bookstore
```
- or with GitHub CLI
```bash
gh repo clone carlosmuerto/Math-Magicians
```

### Install dependency
```bash
npm install
```

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

## Authors

👤 Carlos Vivas

- GitHub: [@carlosmuerto](https://github.com/carlosmuerto)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!

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

## Show your support

Give a ⭐️ if you like this project!

## 📝 License

This project is [MIT](LICENSE) licensed.