/bookstore

A simple bookstore built with react and redux

Primary LanguageJavaScript

BookStore App

Contributors Forks Stargazers Issues MIT License LinkedIn


BookStore APP

A simple front-end of an application that will help to organize and manage a bookstore
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

This is a simple bookstore app I have built for Microverse Program guidelines.

Built With

Getting Started

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

Prerequisites

This app require: nodejs. If you don't have not installed yet, do the following commands in your terminal.

  • npm
npm install npm@latest -g

Installation

  1. Clone the repo
git clone https://github.com/tigamadou/bookstore
  1. Browser to the cloned folder
cd bookstore
  1. Install NPM packages
npm install / yarn 
  1. Run the development server
npm start 'or' yarn start

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

👤 Amadou IBRAHIM

Project Link: https://github.com/tigamadou/bookstore

Acknowledgements