Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rdbo/nutrinow
NutriNow - Complete diet/meal planner powered by Vue.js and actix-web.
https://github.com/rdbo/nutrinow
actix-web backend css frontend html javascript python rust rust-lang shell tailwind tailwindcss vue3 vuejs web
Last synced: 9 days ago
JSON representation
NutriNow - Complete diet/meal planner powered by Vue.js and actix-web.
- Host: GitHub
- URL: https://github.com/rdbo/nutrinow
- Owner: rdbo
- License: agpl-3.0
- Created: 2023-03-05T19:51:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-14T00:37:01.000Z (8 months ago)
- Last Synced: 2024-10-13T16:29:11.994Z (24 days ago)
- Topics: actix-web, backend, css, frontend, html, javascript, python, rust, rust-lang, shell, tailwind, tailwindcss, vue3, vuejs, web
- Language: Vue
- Homepage:
- Size: 2.76 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NutriNow
Make the diet of your dreams![mobile](mobile.png)
![mobile_menu](mobile_menu.png)
![dashboard](dashboard.png)
![foods](foods.png)
![nutrition](nutrition.png)# Description
NutriNow is a website for meal planning.
It calculates your daily nutritional values based on the foods you pick,
allowing you to adapt accordingly.# License
All files in this repository are licensed under the GNU Affero General Public License - Version 3.0 (GNU AGPLv3.0, no later versions allowed), with the exception of:`frontend/src/assets/imgs/*`: Each file has its own license. Read the `frontend/src/assets/imgs/CREDITS` file for more information.
`frontend/src/assets/fonts/Itim/*`: Open Font License Version 1.1 (more information at: `frontend/src/assets/fonts/Itim/OFL.txt`)
For more information about the GNU AGPLv3.0, read the file `LICENSE` on the root directory of this repository.