https://github.com/bria222/react-bookstore
Microverse Module 03 Project: This educational project is similar to the "Awesome Books" website. It is a MVP version of it that allows you to display a list of books, add a book and remove a selected book.
https://github.com/bria222/react-bookstore
babel-es6 jsx-syntax linters react redux
Last synced: 11 months ago
JSON representation
Microverse Module 03 Project: This educational project is similar to the "Awesome Books" website. It is a MVP version of it that allows you to display a list of books, add a book and remove a selected book.
- Host: GitHub
- URL: https://github.com/bria222/react-bookstore
- Owner: Bria222
- Created: 2022-06-03T11:46:15.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2023-03-30T08:08:18.000Z (almost 3 years ago)
- Last Synced: 2025-01-04T05:52:32.943Z (about 1 year ago)
- Topics: babel-es6, jsx-syntax, linters, react, redux
- Language: JavaScript
- Homepage: https://6425442a6752af422aef4ead--brian-nyachae-react-bookstore.netlify.app/
- Size: 1.81 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bookstore application
> The Bookstore is created using react and redux. It allows you to:
- Display list of books.
- Add a book.
- Remove a selected book.
- interact with an API
## Built With
- React
- Redux
- JavaScript (ES6)
- CSS
## Live Demo(comming soon...)
[Live Link]
## Getting Started
To get a local copy up and running follow these simple steps:
### Prerequisites
- Node.js
- npm
### Setup
- Clone the project```terminal
git clone git@github.com:Bria222/react-bookstore.git
```
```terminal
git@github.com:Bria222/react-bookstore.git
```
- cd into the project directory
```terminal
cd react-bookstore
```
- Once you've cloned the repo and are inside the directory, run `npm install` command to get all necessary installations.
- **Congrats!** you are now all set and simply run `npm start` to get your clone up and running on the browser.
## Author
# 🤵 Author
- Github: https://github.com/Bria222
- Linkedin: https://www.linkedin.com/in/briannyachae/
- Twitter: https://twitter.com/briannyachae9
## 🤝 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
thanks to Zeplin
thanks to microvese
## 📝 License
This project is [MIT](./MIT.md) licensed.