Skip to content

An app that recommends recipes based on ingredients I have in my fridge or pantry list

Notifications You must be signed in to change notification settings

nicmart-dev/feedmenow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of content

Overview
Install
Implementation
Roadmap
Nice-to-haves

Feed Me Now!

Overview

An app that recommends recipes based on ingredients I have in my fridge or pantry list, to save me money, and avoids the temptation to order takeout.

Problem

TODO

Why?

TODO

User Profile

TODO

Features

TODO

Install

To install and run the application, follow these steps:

Follow the steps on https://github.com/nicmart-dev/feedmenow/wiki/Install-instructions

Implementation

Tech Stack
GitHub folder structure
APIs
Sitemap, User journey and Screenshots
Data
Auth

Tech Stack

TBD

  • Front-end: React.js, React Router (for navigation), Tailwind CSS (for styling), Axios (for API calls)
  • Back-end: Node.js, Express.js
  • Database: Airtable
  • Authentication: TBD
  • Localization: react-intl library for internationalization, using AI translations
  • Datagrid TanStack Table headless table library
  • Deployment: TBD

Note: see design documents in the Wiki here for implementation details.

GitHub folder structure

For ease of maintenance as a small team of 2 developers, a single repository for client and server was created.

your-repo/
│
├── client/
│ ├── src/
│ │ ├── components/
│ │ ├── pages/
│ │ └── ...
│ ├── public/
│ └── ...
│
├── server/
│ ├── controllers/
│ ├── models/
│ ├── routes/
│ └── ...
│
├── n8n/
│ ├── workflows/
│ ├── settings/
│ └── ...
│
├── README.md
├── .gitignore
├── package.json
└── ...

APIs

We are using the following external APIs:

TODO

Sitemap, User journey and Screenshots

See user journey, and sitemap with screenshots in the Wiki here.

Data

TODO

Auth

TODO

Roadmap

We are using GitHub Project to manage the roadmap and Kanban board. Please see the public roadmap here.

Nice-to-haves

TODO

About

An app that recommends recipes based on ingredients I have in my fridge or pantry list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published