Skip to content

sf-wdi-21/seven_challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seven Challenges

This lab is designed to review topics we've learned in the past weeks, including: jquery, forms, ajax, and express routing.

Each challenge is located at its own endpoint and has instructions in its own challenge.js file. Take care that you're looking at the correct file!

To get started

git clone THIS_REPO
cd seven_challenges
subl .
npm install
nodemon # or node index.js

Then:

  • Go to http://localhost:3000/challenges/ for the list of challenges.
  • See /challenges/1/challenge.js for challenge #1 instructions.

Bonuses

Once you've completed the challenges, try these stretch goals:

  • Adapt your solutions to use underscore templating
    • Add an "author" field to each message
  • Adapt your routes to use MongoDB + Create a Tweet schema + Seed your database + Update your routes to use the new data

About

practice jquery, form submission, ajax, and express routing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages