Bookstore is a single-paged application with two subpages,
Books
andCategories
. Books are displayed in theBooks
page while theCategories
page is currently being worked on. Bookstore allows users to add their favorite book(s) and delete selected book(s).
This app is currently being hosted on Netlify.
To get a local copy up and running follow these simple steps.
-
You can clone this repo by typing
git clone https://github.com/DammyShittu/Bookstore-React-Redux.git
on your terminal. -
Type
cd Bookstore-React-Redux
to access the project on the terminal. -
Run
npm install
from your editor's terminal. -
Run
npm start
from your editor's terminal to run the app in the development mode. -
Run
npm run build
to build the app for production.
- Run
npm test
to launch the test runner in the interactive watch mode
This project was bootstrapped with Create React App.
Redux
GIT
GitHub: @dammyShittu
Twitter: @aded_shittu
LinkedIn: Adedamola Shittu
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.