/recipy

A receipts catalogue build with React & Redux

Primary LanguageJavaScript

Contributors Forks Stargazers Issues MIT License LinkedIn

screenshot

Recipy

A Catalogue of recipes.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

This is a Catalogue of Recipes built for Microverse Program capstone project.

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/recipetly
  1. Browser to the cloned folder
cd recipetly
  1. Install NPM packages
npm install / yarn 
  1. Run the development server
npm start 'or' yarn start

Runing Tests

npm test

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/recipetly

Acknowledgements