Skip to content

Book Store is a Microverce React MVP project. Using this project user can read a book. User can see a book list. User can update a book. And also User can delete book from the book list.

License

Notifications You must be signed in to change notification settings

lugard1/book-store-1

 
 

Repository files navigation

BOOK STORE

📗 Table of Contents

💻 Book Store

Book Store is a Microverce React MVP project. Using this project user can read a book. User can see a book list. User can update a book. And also User can delete book from the book list.

🛠 Built With

Tech Stack

I used React, Redux, Javascript and css to build this project.

Client
  • React
  • Redux
  • JAVASCRIPT
  • Html
  • CSS

Key Features

Some key feature of this project Features

  • User can read book
  • User can make CRUD operation with the book list

(back to top)

🚀 Live Demo

Project demo

bookstore

(back to top)

💻 Getting Started

Please follow the instructions to clone the repo To get a local copy, follow these simple example steps. Clone this repository or download the Zip folder:

Prerequisites

In order to check the linters errors and also see the project in your local machine make sure you have installed the nodejs

Setup

Clone this repository to your desired folder: cd [folder] to navigate and run the below comand to clone the project

git clone https://github.com/raihan2bd/book-store.git

Install

Install this project with:

download npm the packages

npm install

To download the dev dependency you have to type this command:

npm i --save-dev

Usage

To see the project in your local browser first of all, go to project file and navigate the directory on your terminal and type below command:

npm start

After start the dev server a new tab will be open your browser.

To build this project you have to run the below command:

npm run build

(back to top)

👥 Author

👤 Abu Raihan

(back to top)

🔭 Future Features

  • I will add api call to make CRUD operation with book list
  • I will develop Categories Page

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

Without Microverse Help this project not compleated at all so thanks a lot Microverse for giving us this kind of opertunity.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

Book Store is a Microverce React MVP project. Using this project user can read a book. User can see a book list. User can update a book. And also User can delete book from the book list.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.2%
  • CSS 24.0%
  • HTML 6.8%