https://github.com/devansh-365/calcac
Build calorie calculator full-stack project using React, Go, Docker & Postgres
https://github.com/devansh-365/calcac
docker docker-compose dockercompose gofiber golang postgres reactjs
Last synced: 5 months ago
JSON representation
Build calorie calculator full-stack project using React, Go, Docker & Postgres
- Host: GitHub
- URL: https://github.com/devansh-365/calcac
- Owner: Devansh-365
- Created: 2023-02-11T15:27:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T20:45:27.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T12:39:18.461Z (11 months ago)
- Topics: docker, docker-compose, dockercompose, gofiber, golang, postgres, reactjs
- Language: JavaScript
- Homepage:
- Size: 209 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CalCac
A Calorie calculator
Table of Contents
## About The Project
[![Product Name Screen Shot][product-screenshot]](https://example.com)
A calorie calculator
### Built With
- [![React][react.js]][react-url]
- [![Golang][vue.js]][golang-url]
- [![Postgres][postgresql]][postgresql-url]
- [![Docker][docker]][docker-url]
## Getting Started
This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.
### Prerequisites
This is an example of how to list things you need to use the software and how to install them.
- npm
```sh
npm install npm@latest -g
```
### Installation
1. Get a free API Key at [https://example.com](https://example.com)
2. Clone the repo
```sh
git clone https://github.com/Devansh-365/calcac.git
```
3. Install NPM packages
```sh
npm install
```
4. Enter your API in `config.js`
```js
const API_KEY = "ENTER YOUR API";
```
## Roadmap
- [ ] Feature 1
- [ ] Feature 2
- [ ] Feature 3
- [ ] Nested Feature
See the [open issues](https://github.com/Devansh-365/calcac/issues) for a full list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
## Contact
Devansh Tiwari - devanshtiwari365@gmail.com
Project Link: [https://github.com/Devansh-365/calcac](https://github.com/Devansh-365/calcac)
[contributors-shield]: https://img.shields.io/github/contributors/Devansh-365/calcac.svg?style=for-the-badge
[contributors-url]: https://github.com/Devansh-365/calcac/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Devansh-365/calcac.svg?style=for-the-badge
[forks-url]: https://github.com/Devansh-365/calcac/network/members
[stars-shield]: https://img.shields.io/github/stars/Devansh-365/calcac.svg?style=for-the-badge
[stars-url]: https://github.com/Devansh-365/calcac/stargazers
[issues-shield]: https://img.shields.io/github/issues/Devansh-365/calcac.svg?style=for-the-badge
[issues-url]: https://github.com/Devansh-365/calcac/issues
[license-shield]: https://img.shields.io/github/license/Devansh-365/calcac.svg?style=for-the-badge
[license-url]: https://github.com/Devansh-365/calcac/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/devansh-tiwari-3342611a6
[product-screenshot]: images/screenshot.png
[next.js]: https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white
[next-url]: https://nextjs.org/
[react.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
[react-url]: https://reactjs.org/
[docker]: https://img.shields.io/badge/docker-35495E?style=for-the-badge&logo=docker&logoColor=4FC08D
[docker-url]: https://www.docker.com/
[postgresql]: https://img.shields.io/badge/Postgresql-DD0031?style=for-the-badge&logo=postgresq&logoColor=white
[postgresql-url]: https://www.postgresql.org/
[golang]: https://img.shields.io/badge/Golang-4A4A55?style=for-the-badge&logo=golang&logoColor=FF3E00
[golang-url]: https://go.dev/