Skip to content

Latest commit

 

History

History
150 lines (89 loc) · 3.49 KB

README.md

File metadata and controls

150 lines (89 loc) · 3.49 KB

Bookstore

📗 Table of Contents

📖 Bookstore

Bookstore is a website for books enthusiasts. It is a Single Page App (SPA) that allows users to set a list of books, with add and remove functions.

🛠 Built With

Tech Stack

  • HTML

  • CSS

  • Javascript

  • React JS

Key Features

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

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

  • Have a local version control like Git. Which is a open source distributed version control system designed for source code management
  • A text editor (e.g Visual Studio Code, Vim, Atom & Sublime.)
  • A web browser (e.g Chrome, Safari, Mozilla Firefox.)
  • Live Server which is a web extension that helps you to live reload feature for dynamic content (PHP, Node.js, ASPNET)

Setup

Clone this repository to your desired folder:

 git clone https://github.com/jorgegoco/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

You can deploy this project using:

npm run deploy

(back to top)

👥 Authors

👤 Jorge

🔭 Future Features

  • Make functional the book categories section
  • Improve the rendering when doing CRUD operations

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

If you like this project...- give it a ⭐️!

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