art-santos / engineer-interview

Interview question for engineers

Home Page:https://todo.arthursantos.codes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EVERY.IO TODO

Every todo is a very small project who's intend to create a funcional todo application. It does have some functionalities like: Add and move the todos, changing his state, as asked in the challange. Also have complete, delete and persist functionalities, added by me.

Features used for building this APP

Run Locally

Running

 git clone https://github.com/art-santos/todo.git

Running

  yarn start
||
  npm start

HOW IT WORKS

  • Input the todo name and click in the + sign to create a todo App Screenshot

  • As you can see, the red arrow is inactive and the green arrow is used to increase the position of the todo App Screenshot

  • The check sign mark the todo as complete. Which means, independently the position of the todo, it is always going to be set to the last position. App Screenshot

  • The trash icon deletes the todo. App Screenshot

  • You can create how many todos as you want. If you want to check your work later on, just close the window and come back later. All the states are going to be persisted. App Screenshot

Demo

EVERY TODO

About

Interview question for engineers

https://todo.arthursantos.codes/


Languages

Language:TypeScript 92.7%Language:HTML 6.8%Language:CSS 0.5%