A simple todo application for technical interview assessment.
- Any modern web browser
- Text editor
todo-app/
├── todo.js
├── index.html
├── test.html
└── README.md
- Clone repository
git clone [email protected]:kopahead/interview-mock.git
cd todo-app
Open index.html
in a browser.
- Open
test.html
in a browser - Tests run automatically
- View results in browser window - shows passed/failed tests and error messages