https://github.com/jonasgeiler/todolist-angularjs
🌐 A simple todolist webapp made with AngularJS.
https://github.com/jonasgeiler/todolist-angularjs
angularjs angularjs-todolist bootstrap jquery todolist
Last synced: 2 months ago
JSON representation
🌐 A simple todolist webapp made with AngularJS.
- Host: GitHub
- URL: https://github.com/jonasgeiler/todolist-angularjs
- Owner: jonasgeiler
- License: mit
- Created: 2017-05-18T21:14:37.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T18:39:29.000Z (over 1 year ago)
- Last Synced: 2025-09-19T08:34:07.509Z (3 months ago)
- Topics: angularjs, angularjs-todolist, bootstrap, jquery, todolist
- Language: HTML
- Homepage: https://todolist-angularjs.jonasgeiler.com
- Size: 9.2 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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
## [Demo](https://todolist-angularjs.jonasgeiler.com)

## Development
Install dependencies:
```bash
pnpm install
```
Run the development server:
```bash
pnpm run dev
```
Build the project:
```bash
pnpm run build
```
Preview the production build:
```bash
pnpm run preview
```