An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# CalCac

A Calorie calculator



Logo

Calcac


A Calorie calculator


Explore the docs »




View Demo
·
Report Bug
·
Request Feature


Table of Contents



  1. About The Project



  2. Getting Started



  3. Roadmap

  4. Contributing

  5. License

  6. Contact

## About The Project

[![Product Name Screen Shot][product-screenshot]](https://example.com)

A calorie calculator

(back to top)

### Built With

- [![React][react.js]][react-url]
- [![Golang][vue.js]][golang-url]
- [![Postgres][postgresql]][postgresql-url]
- [![Docker][docker]][docker-url]

(back to top)

## 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";
```

(back to top)

## 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).

(back to top)

## 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

(back to top)

## License

Distributed under the MIT License. See `LICENSE.txt` for more information.

(back to top)

## Contact

Devansh Tiwari - devanshtiwari365@gmail.com

Project Link: [https://github.com/Devansh-365/calcac](https://github.com/Devansh-365/calcac)

(back to top)

[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/