jonasgeiler / todolist-angularjs

🌐 A simple todolist webapp made with AngularJS.

Home Page:https://todolist-angularjs.jonasgeiler.com

Repository from Github https://github.comjonasgeiler/todolist-angularjsRepository from Github https://github.comjonasgeiler/todolist-angularjs

todolist-angularjs

A simple todolist webapp made with AngularJS.

This is the very first webapp I ever made. Many, many years ago.
Back then I thought that AngularJS would be a framework for the future.
But AngularJS is dead now.

Nevertheless, I tried to modernize it a tiny bit and get it running again. I didn't change much, just the build process and the way dependencies are managed (yeah, I used to upload node_modules back then...).
The code is still as bad as it was :D

Screenshot

Development

Install dependencies:

pnpm install

Run the development server:

pnpm run dev

Build the project:

pnpm run build

Preview the production build:

pnpm run preview

About

🌐 A simple todolist webapp made with AngularJS.

https://todolist-angularjs.jonasgeiler.com

License:MIT License


Languages

Language:HTML 53.0%Language:JavaScript 38.5%Language:CSS 8.5%