Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 883 Bytes

File metadata and controls

27 lines (21 loc) · 883 Bytes

Make Technology coding exam

Problem

  • Create a web app that allows a user to create a workout program (e.g. Cardio - 30 mins - MWF )
    • User is able to update the frequency of each item in the program
    • Each workout program must have a timeframe (keep it simple, 1 week, 2 months, etc)
    • If you can, have a daily/weekly/monthly view of the routines
    • User must be able to add new routines and update existing items

Tech Stack

  • Any tech stack you're comfortable with, but we prefer if your API is built using NodeJS and ExpressJS

Instructions

  • Clone this repo

  • Create a branch from master

  • Commit messages should follow this format

    <FEAT or FIX>: <COMMIT DESCRIPTION>
    \n
    <Additional description if any>
    
  • Submit pull request once done and add reviewer to: dexterbrylle

GOOD LUCK AND HAPPY CODING!

TEST