eapenzacharias/bookstore

View on GitHub
README.md

Summary

Maintainability
Test Coverage
[![Netlify Status](https://api.netlify.com/api/v1/badges/acb22031-12f9-482c-9fec-f16fc885365d/deploy-status)](https://app.netlify.com/sites/librarycms/deploys) [![Linters](https://github.com/eapenzacharias/bookstore/actions/workflows/linters.yml/badge.svg)](https://github.com/eapenzacharias/bookstore/actions/workflows/linters.yml) 
[![Maintainability](https://api.codeclimate.com/v1/badges/3c99a2b29cff164c3588/maintainability)](https://codeclimate.com/github/eapenzacharias/bookstore/maintainability)
# Bookstore

> REACT app to manage your books

Build an app to display a list of books, categorize it, add and remove books and update your reading progress
![image](https://user-images.githubusercontent.com/49812651/146471091-0dcc0dbc-2c88-46a7-af4e-b871e6145e07.png)

### Live Project
[Netlify](https://librarycms.netlify.app/)

## Built With

- JavaScript, HTML, SCSS
- [REACT](https://reactjs.org/)


## Getting Started

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

### Prerequisites
    - node

### Setup
```
- Clone the repository to your local machine.
- npm install
```
#### Development
```
- Clone the repository to your local machine.
- npm start
```
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.\
You will also see any lint errors in the console.

#### Test
`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.


#### Deployement

`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

👤 **Eapen Zacharias**

- GitHub: [@eapenzacharias](https://github.com/eapenzacharias)
- Twitter: [@eapenzac](https://twitter.com/eapenzac)
- LinkedIn: [LinkedIn](https://linkedin.com/in/eapenzac)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

## Acknowledgments
.

## Show your support

Give a ⭐️ if you like this project!

## 📝 License

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