This is a project that implements a BMI calculator using Go and Next.js.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
95
commits
Merge pull request #19 from joaooliveira247/dev/frontend
0323785View on GitHubfeat(docker-compose): add docker compose with froentend service
b502740View on GitHubfeat(Dockerfile): add dockerfile to build project inside container
d5fa9b5View on GitHubMerge pull request #18 from joaooliveira247/dev/frontend
b8a3987View on GitHubfeat(app/page): add logic to change widget default and result
ce8a5a7View on GitHubfeat(widgets/ResultCard): add logic in ResultCard component to change status color
6b7e791View on GitHubfeat(widgets/ResultCard): add bmiStatusTextColors object to map bmi status and tailwind color
79ec815View on GitHubfix(widgets/ResultCard): now bmi can be BMIData or null and check it in component
3648a93View on GitHubfix(services/bmiApi): change interface BMIData field bmi to BMI 'cause value return 0
4248ac7View on GitHubMerge pull request #17 from joaooliveira247/dev/backend
af8a87aView on GitHubrefactor(routes/bmi): remove cors logic from routes
699936cView on GitHubMerge pull request #16 from joaooliveira247/dev/frontend
0a18e8cView on GitHub