Skip to content

An app built with Node and Express to practice sample coding challenge prompts

Notifications You must be signed in to change notification settings

knweber/practice-coding-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

practice-coding-challenge

This app was built in order to practice coding challenges that may be given by a prospective employer. I built this app following the instructions found in Conde Nast's public "Technical Challenge" repo, which can be found at https://github.com/conde-nast-international/cnid-tech-tests. I chose option 1, for which I created an app that would take data from a JSON file (which I imported into a remote database on mLab) and create an index page to show all of the articles included in the JSON file, and a specific page for each article.

Instructions

  1. Clone repo to local computer
  2. Run npm install
  3. Run nodemon to start server
  4. Open up localhost:3000

About

An app built with Node and Express to practice sample coding challenge prompts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published