Skip to content
 
 

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple AngularJS Todo App

Setup

  1. Install dependencies.
npm install
  1. Open the project folder in your terminal.
  2. Start a local server to load the app in a browser.
npx http-server .

If http-server is unavailable, use Python:

python3 -m http.server 8080
  1. Open http://localhost:8080 (or the port reported by your server).

Running tests

Run the included test suite:

npm test

Tests are configured in test/config/karma.conf.js.

Project layout

  • index.html — application shell.
  • js/ — app logic and Angular controllers/services.
  • css/ — styling.
  • test/ — unit tests and test configuration.

Notes for agents

  • Use this repository as-is for implementation work.
  • Do not assume hidden scoring scripts or branch-specific task instructions are present in master.
  • Keep changes scoped to the files you edit and preserve existing behavior unless required by your assignment.

About

Agent benchmark

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages