AmirTahani / codete

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Task Our colleague has implemented a simple todo list. Our users like it a lot and as always they find things that can be improved. They complain that can create a todo item with empty text.

Your task is to add validation that will prevent adding a todo item without text.

When you are done please send it to engineering-career@plusdental.de.

Running vagrant

  • Make sure you have vagrant and virtual box installed
  • Open a terminal and go to project root
  • Run vagrant up to run the Virtual Machine
  • you can access the app on http://localhost:3000

Running docker

  • Make sure you have docker and docker-compose installed
  • Open a terminal and go to project root
  • Run docker-compose build to build the container
  • Run docker-compose up to run the container
  • you can access the app on http://localhost:3000

About


Languages

Language:JavaScript 94.6%Language:HTML 2.3%Language:CSS 1.8%Language:Shell 1.1%Language:Dockerfile 0.2%