Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/parzival-space/mmbbs-todo-app

A Todo-App I had to create as part of a school project.
https://github.com/parzival-space/mmbbs-todo-app

school-project todo-app

Last synced: about 2 months ago
JSON representation

A Todo-App I had to create as part of a school project.

Awesome Lists containing this project

README

        

# Simple Todo App

This is a simple todo app created as a part of a school project.
It allows users to create, update, and prioritize tasks. Data is stored locally in the user's browser cookies.

## Task Requirements

The following requirements were made for this app:
- The app can be viewed using static HTML.
- No framework can be used during the creation of this app.
- No server should be required for viewing the site.

## Feature Requirements

The following features were required:
- A login screen (no actual authentication mechanism).
- Users can create, prioritize, and complete tasks.

## Accessing the App

The app is hosted on GitHub Pages for demonstration purposes. You can access it [here](https://parzival-space.github.io/mmbbs-todo-app/).

### Disclaimer

Please note that this app is not meant for actual use. It was created solely for educational purposes as a school project.

## "Building" it Yourself

Since the app does not use any frontend frameworks, no actual "building" is required to run it. You can follow these steps:
1. Clone this repository to your local machine.
2. Open the `index.html` file in the `src` directory with your preferred web browser.
3. Alternatively, you can run the following command to start a local web server that supports live updates: `npm run start`

## License
This project is licensed under the MIT license.
You are free to use, modify, and distribute it according to the terms of the license.