Skip to content

Files

Latest commit

 

History

History
238 lines (155 loc) · 5.02 KB

README.md

File metadata and controls

238 lines (155 loc) · 5.02 KB

📗 Table of Contents

📖 [Bookstore]

Bookstore is a sample web application where we can performs add delate and edit books.

🛠 Built With

  • Reactjs
  • JavaScript
  • CSS
  • [Add books]
  • [Remove Books]
  • [Edit Books]

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

  git clone https://github.com/codehass/bookstore.git
  cd bookstore

Install

Install this project with:

  cd bookstore
  npm install

Usage

To run the project, execute the following command:

  npm run build
  npm start

Run tests

To run tests, run the following command:

  npm test

Deployment

This app is deployed in the GitHub Pages for easy viewing upon merged on the main branch. Please find the link in the Live Demo section.

(back to top)

👥 Authors

👤 Author

(back to top)

🔭 Future Features

  • [Books progress]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project give a ⭐️

(back to top)

🙏 Acknowledgments

I would like to thank my partners.

(back to top)

📝 License

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.

(back to top)