This project was bootstrapped with Create React App. We developed a bookstore application for a fictional company using Redux and React where users can track their reading progress from the bookstore. The project includes the basic features of
- Signing in, signing up, and signing out
- Listing all books of any user
- Adding book to the bookstore
- Removing books from the bookstore
- Updating complete percentage of any book
Please check live demo.
To get a local copy up and running follow these simple example steps.
Make sure Node.js is running on your local machine.
$ git clone https://github.com/ozovalihasan/bookstore.git
$ cd bookstore
Install modules:
npm install
Start server with:
npm start or npm start
git add .
git commit -m "ready for first push to heroku"
heroku create $APP-NAME --buildpack mars/create-react-app
git push heroku $BRANCH_NAME:master
Fire up your app by running heroku open
Yay!!! your app has been deployed successfully.
๐ค Uduak Essien
- Github: @acushlakoncept
- Twitter: @acushlakoncept
- Linkedin: acushlakoncept
๐ค Hasan รzovalฤฑ
- Website: ozovalihasan.com
- LinkedIn: Hasan Ozovali
- Github: @ozovalihasan
- Twitter: @ozovalihasan
- Mail: ozovalihasan@gmail.com
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a โญ๏ธ if you like this project!