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.
From your terminal:
-
Clone this repo:
[email protected]:BryanNilsen/Prept.git
-
navigate to the Prept root directory:
cd Prept
-
Install dependencies:
npm install
-
Remove path to this repository:
git remote rm origin
From your browser:
-
After creating the repository, copy the repo URL ( this example uses SSH )
Back in your Terminal:
-
Add the URL to your repo:
git remote add origin [email protected]:{your GH username}/{name of your repo}.git
-
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