Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/parzival-space/mmbbs-todo-app
- Owner: parzival-space
- License: mit
- Created: 2024-05-10T17:19:39.000Z (9 months ago)
- Default Branch: development
- Last Pushed: 2024-05-10T17:37:58.000Z (9 months ago)
- Last Synced: 2024-05-10T18:41:45.096Z (8 months ago)
- Topics: school-project, todo-app
- Language: JavaScript
- Homepage: https://parzival-space.github.io/mmbbs-todo-app/
- Size: 235 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.