Skip to content

write a web application that allows users to add / edit / delete rows from a table. See the following example image (the image is just an illustration - you can do the UI any way you want)

Notifications You must be signed in to change notification settings

a2seven/interview-task

Repository files navigation

Getting Started

You need to have instaled node version 6.17.x. Additional for development you can use docker with Mongodb container.

  • Install: npm install and bower install
  • Run: npm start or if you have Gulp 4 on your environnement, just run: gulp
  • Run tests: npm test or if you have Gulp 4 on your environnement, just run: gulp test
  • Build dist: npm dist

About

write a web application that allows users to add / edit / delete rows from a table. See the following example image (the image is just an illustration - you can do the UI any way you want)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published