Skip to content

A fullstack meal app that conveniently provides the user meals based on meal type. The user can also add and delete meals from the database.

Notifications You must be signed in to change notification settings

akash5852/food-random-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 

Repository files navigation

#meal app


Logo

Meal Idea Generator

A full-stack app that solves the problem of not being able to decide what to eat by providing convenient meal ideas at the click of a finger.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

  1. Screenshots
  2. About The Project
  3. Getting Started
  4. Usage
  5. Roadmap
  6. Contributing
  7. Contact

Images

screenshot

Figure 1: Landing page of the application

About The Project

Ever have those days where you just can't decide on what to eat? This app is made for you. Being a university student who had to cook and decide on what to eat everyday, I needed to come up with a way that would solve that exact problem. I decided to create a full-stack app that generates meal ideas based on meal type. I also wanted it to be customizable, so I added the option to add and delete meals with user authentication.

Built With

  • MongoDB
  • Express.js
  • React.js
  • Node.js
  • Bootstrap 5

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/akash5852/food-random-app.git
  2. Install NPM packages for clientside
    cd client
    npm install
  3. Run clientside
    cd client
    npm start
  4. Install NPM packages for serverside
    cd server
    npm install
  5. Run serverside
    cd server
    npm run dev

Usage

Try it out: [https://meal-generator-xyz.netlify.app/)

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  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 for more information.

Contact

Akash Sharma - shara98@mcmaster.com || aksha5852@gmail.com

Project Link: https://github.com/akash5852/food-random-app

Live Link: https://meal-generator-xyz.netlify.app/

About

A fullstack meal app that conveniently provides the user meals based on meal type. The user can also add and delete meals from the database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published