Skip to content

This is a simple NodeJS and ReactJS app that accepts inputs from the user for adding a new recipe.

Notifications You must be signed in to change notification settings

tejaskarelia17/simpleRecipeApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Recipe App

It is a simple NodeJS and ReactJS app that allows users to post new recipes.

Technologies

This app is developed using the following technologies:

  • node.js - Primary backend language
  • Express - Light weight server
  • react.js - Built components to render complex UIs
  • Gulp - To develop app builds
  • Twitter Bootstrap - Built mobile-first design using bootstrap framework.

Installation

Clone the repository.

$ git clone https://github.com/tejaskarelia17/simpleRecipeApp.git
$ cd simpleRecipeApp

Install the dependencies and devDependencies.

$ npm install

Run Gulp and Express Server Concurrently.

$ npm start

The app will start on http://localhost:3000

About

This is a simple NodeJS and ReactJS app that accepts inputs from the user for adding a new recipe.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published