Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vic778/bookstore

Bookstore is an app that allows you to display a list of added books, add new book and remove a book. It is built using React, Redux, and Styled Components
https://github.com/vic778/bookstore

Last synced: about 2 months ago
JSON representation

Bookstore is an app that allows you to display a list of added books, add new book and remove a book. It is built using React, Redux, and Styled Components

Awesome Lists containing this project

README

        

# BOOKSTORE

![](https://img.shields.io/badge/Microverse-blueviolet)

> Bookstore is an app that allows you to :
- create a new book that should contain a title, author
- choose a category
- display list of books
- update progress
- delete a book

![](https://github.com/vic778/Bookstore/blob/styles/src/screenshot/screen5.png)

![](https://github.com/vic778/Bookstore/blob/styles/src/screenshot/screen6.png)
## Built With

- React
- DOM6
- localStorage
## Live Demo

[Live Demo Link](https://render-book.netlify.app/)

## Author 1

👤 **Victor Barh**

- GitHub: [@Vvic778](https://github.com/vic778)
- Twitter: [@victoirBarh](https://twitter.com/)
- LinkedIn: [LinkedIn](https://linkedin.com/in/victoir-barh)

## Getting Started
- run `npm install` to install all dependencies
- run `npm start` to run the server

### Prerequisites:

- Web browser
- Code Editor
- Live Server Extension

### Cloning the repo to your local system (If you already have git, installed in your system):

- [Copy this link](https://github.com/vic778/Bookstore)
- Open your terminal or command line
- Run "git clone [Paste this link](https://github.com/vic778/Bookstore)"
- Open the folder with your code editor
- Now You can edit the code and check the changes in the browser using Live Server

### Check linter errors:

- Install npm
- For HTML: Run npx hint .
- For CSS: Run npx stylelint “**/*.css”
- for javascript Run npx eslint .

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Start by:

- Forking the project
- Cloning the project to your local machine
- cd into the Youtube-Replica project directory
- Run git checkout -b your-branch-name
- Make your contributions
- Push your branch up to your forked repository
- Open a Pull Request with a detailed description to the development branch of the original project for a review

Feel free to check the [issues page](), contribute to the Project by creating an issue.

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments
- Project originally taken from The Odin Project
- Project inspired by Microverse Program
- Thanks for this Website Design "VCITOIR BARH"