Book Store is a website where you can Add and Remove books.
Book store is a React and Redux single page application.
Client
Server
Database
- Add New Book
- Remove Exisiting Book
- Modify Exisiting Book
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Laptop/Desktop.
- Internet.
- Node.
- Vs Code.
Clone this repository to your desired folder:
- mkdir my-folder
- cd my-folder
- git clone [(git@github.com:SaboorSohaib/book-store.git)]
Install this project with:
you can run any one of these commands to install npm on your machine:
- npm i
- npm install
- sudo apt install npm
To run the project, execute the following command:
- npm start
- npm test
You can deploy this project using:
- Netlify
👤 Abdul Saboor Sohaib
- Make it responsive
- Add Category feature
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project...
Give credit to everyone who inspired your codebase.
I would like to thank...
Add at least 2 questions new developers would ask when they decide to use your project.
-
How can we develop an app using ReactJS?
- You should watch some videos and read dcumentaions.
-
How long it will take to develop such kind of app?
- It may takes two days.
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.