Skip to content

Latest commit

 

History

History
176 lines (110 loc) · 3.99 KB

README.md

File metadata and controls

176 lines (110 loc) · 3.99 KB


Bookstore

📗 Table of Contents

📖 [Bookstore]

[Bookstore] This is a bookstore web application. With this app, you can create and manage a personalized list of books and their authors.

🛠 Built With

Tech Stack

Client

Key Features

  • [Home_page]
  • [Booksotre-page]
  • [Category-page]

(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 the following tools:

  • Node.js in your computer
  • IDE(e.g.: Vscode,...)
  • Terminal

Setup

Clone this repository to your desired folder:

  cd your-prefered-folder
  
  git clone git@github.com:ezraermy/bookstore.git

Install

  • Install this project with:
  cd bookstore

  npm install or npm i
  • Run build for prodction:
  npm run build

Usage

To run the project, execute the following command:

  npm start

Run tests

To run tests, run the following command:

  npm test

(back to top)

👥 Authors

👤 Ezra Yehuwalashet

(back to top)

🔭 Future Features

  • [Main_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

If you like this project...

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for this opportunity to learn and W3Schools for the information shared in their site.

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