Skip to content

Latest commit

 

History

History
184 lines (116 loc) · 4.05 KB

README.md

File metadata and controls

184 lines (116 loc) · 4.05 KB

📗 Table of Contents

📖 Book store

"Book store" is a website for storing details about book. It is an MVP version that allows users to:

  • Display a list of books.
  • Add a book.
  • Remove a selected book.

🛠 Built With

  • HTML/CSS
  • JavaScript
  • React

Tech Stack

Client

Key Features

  • Add/remove book
  • User Interface
  • React

(back to top)

🚀 Live Demo

Will update soon...

(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:

  • Gitflow
  • HTML and CSS
  • JAVASCRIPT
  • React.js
  • npm
  • Node.js
  • Any code editor (vs code)

Setup

Clone this repository to your desired folder:

  • git clone https://github.com/kennedyowusu/bookstore.git

Install

Install this project with:

Usage

To run the project, execute the following command:

  • for build npm run build
  • for development npm start

Run tests

To run tests, run the following command:

  • npm run test

Deployment

Incoming ...

👤 Author

👤 Kennedy Owusu

(back to top)

🔭 Future Features

  • [Add categories section in the form input and display books according to the same]

(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 it a star

(back to top)

🙏 Acknowledgments

I would like to thank the Microverse team for their great support!

(back to top)

❓ FAQ

Will update soon...

(back to top)

📝 License

This project is MIT licensed.

(back to top)