/bookstore

Primary LanguageJavaScript

Bookstore

📗 Table of Contents

📖 bookstore

🛠 Built With

Tech Stack

Client
  • React
  • Javascript
  • BootStrap
  • font awesome
  • HTML
  • CSS
Server
  • Not applicable
Database
  • Not applicable

Key Features

  • Single Page Application
  • Display books
  • Have book categories

(back to top)

🚀 Live Demo

  • No Demo Yet

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

Note:

Most of the command here are for mac user

Node required

 brew install node

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/momotsow/bookstore.git

Install

Install this project with:

  cd bookstore
  npm install

Usage

To run the project, execute the following command:

  npm start

Run tests

To run tests, run the following command:

npm test

Deployment

(back to top)

👥 Authors

Mention all of the collaborators of this project.

👤 Khomotso Mkansi

(back to top)

🔭 Future Features

  • Add comments functionality
  • Style components
  • Add edit functionality

(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, show your support by giving a star to this project

(back to top)

🙏 Acknowledgments

I would like to thank all the contributors and code reviewers.

(back to top)

❓ FAQ

  • How can i contribute to this project?

    • Just clone the project and create a pul request with a well detailed feature intended to be added
  • Can I add external libraries?

    • Yes, but it must be license you own the right to or open source library

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