An open API service indexing awesome lists of open source software.

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.

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)

![Screenshot](https://github.com/user-attachments/assets/d7ebb767-b086-4f44-8ff2-83191b0e5d51)

## 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
```