Ndaboom / bookstore

The Bookstore is a website built using React. Its MVP version allows to: Display a list of books. Add a book. Remove a selected book.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Bookstore

πŸ“— Table of Contents

πŸ“– [your_project_name]

[Bookstore] is a Simple bookstore react application

πŸ›  Built With

Tech Stack

  • HTML
  • SCSS
  • React

Key Features

Describe between 1-3 key features of the application.

  • [Components]
  • [Events]
  • [Refactor with hooks]

(back to top)

πŸš€ Live Demo

Add a link to your deployed project.

(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 to install these prerequisites:

  • If you're running on Windows you can download the prerequisites from the links down below:

Nodejs

Git

  • If you're running on Linux follow these steps down below:

  • Install git.

 sudo apt install git
  • Install nodejs and npm.
 sudo apt install nodejs

Setup

Clone this repository to your desired folder:

  git https://github.com/Ndaboom/bookstore.git
  cd bookstore

Install

Install this project with:

  npm install

Usage

To run the project, follow below instructions:

  • Now you can run the app by executing:
npm start

Run tests

To run tests, run the following command:

  npm test

Deployment

(back to top)

πŸ‘₯ Authors

πŸ‘€ Sammy Ndabo

(back to top)

πŸ”­ Future Features

  • Add Home view

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for project inspiration.

(back to top)

❓ FAQ

  • What version of nodejs does this project works on?

    • The project runs well with nodejs 14+. you might face some issues while running this project in lower versions.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

The Bookstore is a website built using React. Its MVP version allows to: Display a list of books. Add a book. Remove a selected book.


Languages

Language:JavaScript 67.9%Language:HTML 21.2%Language:CSS 10.9%