bricard-dev / cookchef

A copy of the marmiton website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cookchef

GitHub Repo stars GitHub forks GitHub issues GitHub tag (latest by date)

A copy of the marmiton website.

Table of Contents

General Information

Demo

This project is inspired by a chapter of the React course created by Dyma. It aims to improve my skills on the javascript framework React and its many specificities.

Technologies

  • HTML
  • CSS
  • JavaScript
  • React

Features

  • Set up a navigation bar
  • Set up a footer
  • Display a recipe list
  • Set up styles with partials

Getting started

Prerequisites

To run this project, make sure that you have installed all of the following prerequisites on your development machine :

  • Git (to clone the project)
  • Node.js 0.10+
  • npm Node package management (normally comes with Node.js)

Installation

  1. Clone this repository
$ git clone https://github.com/bricard-dev/cookchef
  1. Go into the repository
$ cd cookchef
  1. Install dependencies
$ npm install
  1. Run the app
$ npm start
  1. Go to localhost:3000 to see your copy of marmiton

License

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

Contact

Github @bricard-dev · Website bastienricard.com · Email bastien.ricard-dev@outlook.com

Acknowledgments

About

A copy of the marmiton website.

License:MIT License


Languages

Language:JavaScript 42.0%Language:SCSS 33.9%Language:HTML 24.1%