Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eapenzacharias/bookstore
Bookstore CMS React Front-End to display a list of books, categorize it, add and remove books and update your reading progress
https://github.com/eapenzacharias/bookstore
cms-frontend react react-redux reactjs
Last synced: 8 days ago
JSON representation
Bookstore CMS React Front-End to display a list of books, categorize it, add and remove books and update your reading progress
- Host: GitHub
- URL: https://github.com/eapenzacharias/bookstore
- Owner: eapenzacharias
- License: mit
- Created: 2021-12-13T19:12:45.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2021-12-17T01:04:50.000Z (almost 3 years ago)
- Last Synced: 2024-10-16T10:29:54.851Z (23 days ago)
- Topics: cms-frontend, react, react-redux, reactjs
- Language: JavaScript
- Homepage: https://librarycms.netlify.app/
- Size: 3.45 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![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.