Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lessa-portfolio/angular-diet-tracking
https://github.com/lessa-portfolio/angular-diet-tracking
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lessa-portfolio/angular-diet-tracking
- Owner: lessa-portfolio
- Created: 2023-12-19T14:22:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-24T02:01:56.000Z (almost 1 year ago)
- Last Synced: 2023-12-24T03:18:07.540Z (almost 1 year ago)
- Language: HTML
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Diet Tracking
[![Angular Version](https://img.shields.io/badge/Angular-17.0.1-red.svg)](https://angular.io/)
[![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)## Description
Angular Diet Tracking is a web application built with Angular 17 for tracking and managing dietary information, including food registration, nutritional analysis, and recipe management.
## Prerequisites
- [Node.js](https://nodejs.org/) (v14.x or higher)
- [Angular CLI](https://angular.io/cli) (v17.x or higher)## Features 🚀
- [ ] **Food Registration:** Easily register and manage information about various foods 🍎🍌.
- [ ] **Recipe Management:** Create and manage recipes with detailed nutritional information 📋.
- [ ] **Nutritional Analysis:** Calculate and view nutritional information for individual foods and recipes 📊.
- [ ] **Diet Tracking:** Track and analyze daily dietary intake 📈.
- [ ] **Responsive Design:** Accessible and usable on various devices 📱💻.## Getting Started
### 1. Clone the repository:
```bash
git clone https://github.com/lessa-portfolio/angular-diet-tracking
cd angular-diet-tracking
```### 2. Install dependencies:
```bash
npm install
```### 3. Run the application:
```bash
ng serve
```Open your browser and navigate to http://localhost:4200/.
## Contributing
If you'd like to contribute to this project, please follow the Contributing Guidelines.## License
This project is licensed under the MIT License - see the LICENSE file for details.