Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anuarshaidenov/bookstore
The Bookstore is a website similar to the "Awesome Books" website built in the previous module. You will create an MVP version of it that allows you to: Display a list of books. Add a book. Remove a selected book.
https://github.com/anuarshaidenov/bookstore
javascript react reactjs redux
Last synced: about 15 hours ago
JSON representation
The Bookstore is a website similar to the "Awesome Books" website built in the previous module. You will create an MVP version of it that allows you to: Display a list of books. Add a book. Remove a selected book.
- Host: GitHub
- URL: https://github.com/anuarshaidenov/bookstore
- Owner: anuarshaidenov
- Created: 2022-01-24T14:03:47.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2022-01-27T12:52:17.000Z (almost 3 years ago)
- Last Synced: 2023-03-09T03:37:21.286Z (almost 2 years ago)
- Topics: javascript, react, reactjs, redux
- Language: JavaScript
- Homepage: https://bookstore-anuar.herokuapp.com/
- Size: 1.73 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bookstore
The Bookstore is a website similar to the "Awesome Books" website built in the previous module. You will create an MVP version of it that allows you to:
Display a list of books.
Add a book.
Remove a selected book.![screenshot](./screenshot.png)
## Built With
- ReactJS
- Redux
- Sass## Live Demo
[Live Demo Link](https://bookstore-anuar.herokuapp.com/)
## Installation
Go to your terminal, navigate to your working directory and run
`git clone https://github.com/anuarshaidenov/bookstore.git`
After that navigate to the newly created folder
`cd bookstore`
You now have access to the files.
To install necessary dependencies run`npm install`
Start a local server running the command
`npm start`
You should now have the project running locally on a dev server.
## Authors
👤 **Anuar Shaidenov**
- GitHub: [@anuarshaidenov](https://github.com/anuarshaidenov)
- Twitter: [@anuarnyi](https://twitter.com/anuarnyi)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/anuar-shaidenov-365a951b8/)## 🤝 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](./MIT.md) licensed.