We build this project using webpack and following industry standards Gitflow pattern. On this app, you can view meals, search a meal, leave a comment on a single meal, or even like.
- Javascript
- Webpack
Key features of the application include the feature to:
- View meals.
- Leave a comment on a single meal.
- Like a meal.
You can see a live demo via the link bellow.
Watch live Video presentation here
To get a local copy up and running follow these simple example steps.
npm install
To build a webpack bundle file,run
npm run build
To start the project, run
npm start
You might also want to the local server automatically restarted for you any time you change any file in src folder. To activate that, open another terminal beside the the one running npm start and run the following command. Ensure to keep the terminal running:
npm run watch
👤 Henry Ikemefuna
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 James Serengia
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone who inspired this project
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.