BookstoreApp

A Book store App built with react allows user to add and delete book items from a random API. The app also allows the user to see a list added books.

Stars
6

Table of Contents

BOOK STORE

Describe your project in 1 or 2 sentences.

MATHS MAGICIAN is a...

Built With

Tech Stack

Describe the tech stack and include only the relevant sections that apply to your project.

Key Features

  • Add and delete books
  • Group Books according to their type

Live Demo

Add a link to your deployed project.

Getting Started

Describe how a new developer could make use of your project.

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

Prerequisites

In order to run this project you need:

npm install

Setup

Clone this repository to your desired folder:

$ git clone https://github.com/SimonGideon/BookstoreApp.git
cd BookstoreApp

Install

Install this project with:

npm init -y

Usage

To run the project, execute the following command:

npm run start

Run tests

To run tests, run the following command:

npm run test

Deployment

You can deploy this project using:

npm build

Authors

Simon Gideon

Future Features

Describe 1 - 3 features you will add to the project.

  • Add cover page to each book
  • Add associated links to the books

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Write a message to encourage readers to support your project

If you like this project...

Acknowledgments

Give credit to everyone who inspired your codebase.

I would like to thank...

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.

Related Projects