Skip to content

salivarick/moka-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moka Test

This is the solution of the Moka Interview Test.

To use

npm install
node server.js

And visit http://localhost:3000/.

Changing the port

You can change the port number by setting the $PORT environment variable before invoking any of the scripts above, e.g.,

PORT=3001 node server.js

Time Used

  • Learning: 3h
  • Designing: 2h
  • Coding: 8h

Component Hierarchy

  • Sidebar
    • JobBox
      • JobRow
      • JobRow
    • JobBox
      • JobRow
      • JobRow

Not Finished

  • Checkbox CSS style.
  • Job Box open and fold.

About

Solution for Moka interview test.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published