Skip to content

Quarantine Prepping App created in response to Covid-19. Prept allows users to enter their household members' basic vital stats and then estimates daily water and caloric needs. Prept also provides users the ability to log and track their food and water stores and calculates the total number of days supply available.

Notifications You must be signed in to change notification settings

BryanNilsen/Prept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prept

Prept was created in the early stages of the Covid-19 pandemic. I quickly found myself in a worst-case-scenario mindset and began prepping for the imminent shelter-at-home order coming down from the powers that be. The only problem was… I didn’t know how much I needed to prep to provide for my family.

Prept allows a user to enter some basic vital info about their household members. From there, the app calculates minimum daily water and caloric intake needs for each member and then provides those totals as a baseline guide when hitting the local grocery store.

App Visuals

Prept Mobile Views

Data Relationships

Prept Entity Relationship Diagram

How to Use this Repo:

From your terminal:

  1. Clone this repo: [email protected]:BryanNilsen/Prept.git

  2. navigate to the Prept root directory: cd Prept

  3. Install dependencies: npm install

  4. Remove path to this repository: git remote rm origin

Create a New Repo in Your GitHub Account

From your browser:

  1. Create your own repository on GitHub

  2. After creating the repository, copy the repo URL ( this example uses SSH )

Push This Cloned Repo to Your New Repo

Back in your Terminal:

  1. Add the URL to your repo: git remote add origin [email protected]:{your GH username}/{name of your repo}.git

  2. Now you can push this cloned repo to the new repo you created under your username: git push origin master

So far we have cloned this repo, created a new repo and pushed up our copy and you should see the code on GitHub.

launch json server: navigate to api directory and launch json-server: json-server -p 5000 -w db.json

run app npm start to run app

** current version of this app was built with faux authentication

** no css libraries/frameworks were implemented in this version

This project was bootstrapped with Create React App

About

Quarantine Prepping App created in response to Covid-19. Prept allows users to enter their household members' basic vital stats and then estimates daily water and caloric needs. Prept also provides users the ability to log and track their food and water stores and calculates the total number of days supply available.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published