Skip to content

Impact-2021/AllergenFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

A website that will allow customers to view the menus of some of the UK’s leading high-street restaurants and easily discover and identify the allergens contained within each menu item they offer.

This website build by : Team Impact from Tech Returners

image image

Prerequisites

Install Node JS

Refer to https://nodejs.org/en/ to install nodejs

Install create-react-app

Install create-react-app npm package globally. This will help to easily run the project and also build the source files easily. Use the following command to install create-react-app

npm install -g create-react-app

Cloning and Running the Application in local

  1. Clone the project into local

  2. Install all the npm packages. Go into the project folder and type the following command to install all npm packages

npm install
  1. In order to run the application type the following command
npm start

The Application Runs on localhost:3000

  1. To run test cases use
npm test
  1. Please Visit : https://allergenfinder.herokuapp.com/

Resources

create-react-app : The following link has all the commands that can be used with create-react-app https://github.com/facebook/create-react-app

ReactJS : Refer to https://reactjs.org/ to understand the concepts of ReactJS

React Bootstrap : Refer to https://react-bootstrap.github.io/getting-started/introduction/ to understand how to use React Bootstrap

Releases

No releases published

Packages

No packages published