hansderly / bookstore

Bookstore is a website which allows users to display a list of books, add a book, remove a selected book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– BookStore

Bookstore is a website which allows users to display a list of books, add a book, remove a selected book

πŸ›  Built With

Tech Stack

This project uses the following stack :

Client
Server

Key Features

Here are some key features of the application :

  • Add book
  • Delete Book

(back to top)

πŸš€ Live Demo

Here you can visit my live demo :

(back to top)

πŸ’» Getting Started

Clone the repository by clicking on the 'Code' button and copy the link

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

Prerequisites

In order to run this project you need:

You should have node install on your local machine

Setup

Clone this repository to your desired folder:

Example commands:

  cd my-folder
  git clone git@github.com:hansderly/bookstore.git

Install

Install dependencies :

npm i

Usage

To run the project, execute the following command: Open the index.html file in a web browser

Run tests

To run tests, run the following command:

  npm test

To run the stylehint linter

  npx stylehint "**/*.{css,scss}"

To run the ESLint linter

  npx eslint .

Deployment

You can deploy this project using:

  npm run build
  npm start

(back to top)

πŸ‘₯ Author

πŸ‘₯ Authors

πŸ‘€ Hans-Derly Rameau

(back to top)

πŸ”­ Future Features

  • Edit a book

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

(back to top)

πŸ™ Acknowledgments

I would like to thank the Microverse team.

(back to top)

πŸ“ License

This project is licensed .

(back to top)

About

Bookstore is a website which allows users to display a list of books, add a book, remove a selected book

License:MIT License


Languages

Language:JavaScript 72.9%Language:CSS 17.1%Language:HTML 9.9%