Git Product home page Git Product logo

hr-yearbook's Introduction

HR Yearbook

Setup

  • Use npm install to grab all the required node modules
  • npm start and npm run dev are simple wrappers for node server/server.js and nodemon server/server.js, respectively

Basic Requirements

  • Populate your Students collection with the .fetch method by hitting our mini-student data API at https://hr-yearbook.herokuapp.com/api/
  • Use the included router to create a 'cohort/:cohortNumber' route that will populate the view with the correct cohort members
  • Display each cohort's students in a visually appealing way

Advanced Requirements

  • Create a loading image that is removed when your collections finish updating
  • Animate the HR logo with pure CSS or JS
  • Create an information window or additional subviews that do or displays something useful (or silly!) when a user clicks on or mouses over a student

Nightmare Mode

  • Create a 'profile wall' subview for each student that allows users to leave comments
  • Persist those comments via your local mongo database

API Endpoints

  • Will be removed after the break, so be warned!

Students

  • URL: '/api/students'
  • Accepts (optional) query parameters for students' name, cohort, image, and id
  • Query Params: name=Strig, cohort=Number, image=String, _id=Number

Students by ID

  • URL: '/api/students/:id'
  • URL Params: id=Number

All of a cohort's students by cohort number

  • URL: '/api/cohort/:cohort'
  • URL Params: cohort=Number

hr-yearbook's People

Contributors

zlester avatar kweng2 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.