Skip to content

Romelolopez/React-Groceries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Groceries

Grocery list made using React. You have to ability to add, delete and mark which items you have purchased

Deployment

To deploy this project

Open your terminal and then type:

$ git clone {the url to the GitHub repo}

This clones the repo. Next,

$ cd 

into the new folder and type:

$ npm install

This installs the required dependencies

To run the React project:

$ npm start