Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eduardosancho/bookstore
Wesbite to display a list of books, add a book, and remove a selected book.
https://github.com/eduardosancho/bookstore
Last synced: 3 days ago
JSON representation
Wesbite to display a list of books, add a book, and remove a selected book.
- Host: GitHub
- URL: https://github.com/eduardosancho/bookstore
- Owner: eduardosancho
- Created: 2022-02-21T18:19:19.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2022-04-14T01:14:27.000Z (almost 3 years ago)
- Last Synced: 2024-12-18T17:12:22.012Z (26 days ago)
- Language: JavaScript
- Size: 1.14 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Book Store
> An App where users can add and remove Books to a Library, filter them by category, and keep track of their 'readingprogress' and 'current chapter' aswell.
![screenshot](app_screenshot.png)
## Live Demo
Check out this project live, click [here](https://eduardosancho.github.io/bookstore/)
## Built With
- Major languages: JavaScript, CSS
- Technologies used: React, Redux, Webpack
## Getting Started
To get a local copy up and running follow these simple example steps.
### Setup
Clone this repo into your local device by running the following command on your Terminal:
```
git clone https://github.com/eduardosancho/bookstore.git
```That will create a folder with the project inside it. Navigate into it to access the files using `cd bookstore`.
Also remember to run:
```
npm install
```
This will update the dependencies and download necessary files.
### Usage
Before you begin testing and experimenting, remember to use the Terminal to create a branch by running:
``
git checkout -b
``Alternatively, if you use GitFlow, you can run the following command to create a new branch:
``
git flow feature start
``Your branch should be ready now, lets get to work.
In the project directory, you can run:
### `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.
### Run Checks
Before pushing changes to your branch, I would recommend opening this file:``
/.github/workflows/linters.yml
``install and run stylelint, and eslint
These linters will help you fit your code to this repo's syntax standard.
### Deployment
Once you're done with your changes, remember to ``git pull`` before doing ``git push``.
This will update your local copy of the project if someone else made changes to the repo while you worked on your part.
## Author
👤 **Eduardo Sancho Solano**
- GitHub: [@eduardosancho](https://github.com/eduardosancho)
- Twitter: [@sanchitobless](https://twitter.com/sanchitobless)
- LinkedIn: [Eduardo](https://www.linkedin.com/in/eduardo-sancho-043641181/)
## 🤝 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!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./MIT.md) licensed.