A meal tracking application where users log foods they’ve eaten each day, including details about the meal and its number of calories, 15/09/2017.
Built By Mary Ng'ang'a
This is a meal tracking web application. The user can input information about their meal in a form. The information required is:
- The name of the meal.
- Details about it.
- Caloric content.
Once entered the meals will be displayed in a list. The user has the option of editing any meal already entered. There is also a filter for displaying the meals according to whether there caloric content is above or below 500.
- About the app section with information about the app.
- A meal entry form.
- An editing meal form.
- Meal list display filter.
You need to have node and npm and bower installed on your machine. To install:
* node, visit https://nodejs.org/en/ for guidance. (node comes with npm)
* bower, on your terminal run $ npm install -g bower
To clone the repo,
* $ git clone https://github.com/marynganga/Meal-Tracker-WebApp.git
For the app to work, you must download dependencies, on your terminal run:
* $ npm install
* $ bower install
No known bugs.
- HTML
- SCSS
- Angular 2
- TypeScript
- Node packages
- Bower packages
MIT (c) 2017 Mary Ng'ang'a