Skip to content

A simple React app that reads and displays the dummy data contained in a file in the form of an array of objects (this data puports to be the image, title, category, price, and description of menu items). The user can either browse the entire menu or select a specific category of menu items (hard coded || dynamically generated) to browse.

License

Notifications You must be signed in to change notification settings

German-Cobian/Menu-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Menu-React

"Menu-React" is a simple React app that reads and displays the dummy data contained in a file in the form of an array of objects (this data puports to be the image, title, category, price, and description of menu items). The user can either browse the entire menu...

Entire menu

or select a specific category of menu items to browse. Here is the Lunch menu:

Lunch menu

The category select options are hard coded in branch f2-manual-approach and, on branch f3-dynamic-approach the categories are generated dynamically as they are written into the menu items array. The app is based on the eponimous project that appears in the tutorial Code 15 React Projects - Complete Course by freeCodeCamp.org.

Setup and Install

  • Open your terminal - Windows: Win + R, then type cmd | Mac: Command + space, then type Terminal
  • Navigate to a directory of your choosing using the cd command
  • Run this command in your OS terminal: git clone git@github.com:German-Cobian/Menu-React.git to get a copy of the project
  • Navigate to the project's directory using the cd command
  • In the clone folder, run npm install
  • To fire up the server run npm start
  • Visit http://localhost:3001/ in your browser to get into the app

Built With

  • Semantic HTML
  • JavaScript
  • React
  • Github workflow
  • Linters(stylelint, Webhint, eslint)

Author

👤 German Cobian

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

Guidelines for this tutorial supplied by freeCodeCamp.org, specifically in their Code 15 React Projects - Complete Course tutorial.

📝 License

MIT licensed.

About

A simple React app that reads and displays the dummy data contained in a file in the form of an array of objects (this data puports to be the image, title, category, price, and description of menu items). The user can either browse the entire menu or select a specific category of menu items (hard coded || dynamically generated) to browse.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published