Skip to content

LeahWinters/Lay-It-On-Me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lay-It-On-Me


A Mod 3 final project project.

Overview

Lay It On Me was designed to help people get advice when they have no one to turn to. The application allows the user to search for advice using a key word, save advice to view later, and view a random piece of advice.

Lay It On Me uses The Cocktail Database.

App Demo

ezgif com-video-to-gif ezgif com-video-to-gif (1)

Clone This Repo

That's right, clone not fork. You will use this repo multiple times, but you can only fork a repository once. So here is what you need to do to clone the repo and still be able to push changes to your repo:

  1. Clone down this repo. Since you don't want to name your project "webpack-starter-kit", you can use an optional argument when you run git clone (you replace the [...] with the terminal command arguments): git clone [remote-address] [what you want to name the repo]
  2. Remove the default remote: git remote rm origin (notice that git remote -v not gives you back nothing)
  3. Create a new repo on GitHub with the name of [what you want to name the repo] to be consistent with naming
  4. Copy the address that you would use to clone down this repo - something like git@github.com:...
  5. Add this remote to your cloned down repo: git remote add origin [address you copied in the previous step] - do not include the brackets

Now try to commit something and push it up to your new repo. If everything is setup correctly, you should see the changes on GitHub.

Then install the library dependencies. Run:

npm install

To verify that it is setup correctly, run npm start in your terminal. The app should start automatically, and you should see a header with the title Solicited Advice, and a form to search for advice.

Learning Goals

  1. Testing all files, including sad paths
  2. Solidify React
  3. Choose free API and utulize it in app
  4. SRP and DRY code

Contributors:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published