Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhuzaifa/mytasks
A lucid cross-platform to do application
https://github.com/mhuzaifa/mytasks
productivity todo-app
Last synced: about 1 month ago
JSON representation
A lucid cross-platform to do application
- Host: GitHub
- URL: https://github.com/mhuzaifa/mytasks
- Owner: MHUZAIFA
- License: mit
- Created: 2024-05-31T08:04:06.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-07-15T21:01:30.000Z (6 months ago)
- Last Synced: 2024-07-16T01:28:15.054Z (6 months ago)
- Topics: productivity, todo-app
- Language: SCSS
- Homepage: https://ha-todo.web.app
- Size: 10.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# MyTasks
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Design](#design)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Install and Run](#install-and-run)
- [Build](#build)
- [App Installation](#app-installation)
- [Contributors](#contributors)
- [Contributing](#contributing)
- [License](#license)
- [Acknowledgements](#acknowledgements)## Introduction
MyTasks is a user-friendly to-do application designed to efficiently manage and track day-to-day activities. Whether you're on your smartphone, tablet, or computer, MyTasks provides a seamless experience with its cross-platform, cloud-based progressive web application.
## Features
The MyTasks application offers the following features:
- **Cross-Platform Compatibility:** Access MyTasks from any device - smartphone, tablet, or computer.
- **Cloud-Based:** Store your tasks securely in the cloud for easy access and synchronization.
- **Intuitive Interface:** User-friendly design for effortless task management.
- **Task Organization:** Categorize tasks, set priorities, and track progress easily.## Design
![Screenshot 1](screenshots/mockup_todo.png)
*MyTasks GUI*## Getting Started
### Prerequisites
Make sure you have Node and Yarn installed on your system. If not, download and install it from [nodejs.org](https://nodejs.org/en) [yarnpkg.com](https://classic.yarnpkg.com/en/).
### Install and Run
First, install the dependencies of MyTasks:
```bash
yarn install
```Second, run the development server using one of the following commands:
```bash
npm start
```## Build
To generate the build.
```bash
ng build --aot --prod
```## App Installation
As a progressive web application, MyTasks does not require installation from an app store. Simply visit [www.mytasksapp.com](https://www.mytasksapp.com) on your preferred web browser to get started.## Contributors
- [Huzaifa Anjum](https://github.com/mhuzaifa)
## Contributing
We welcome contributions! If you would like to contribute to MyTasks, please read our [contribution guidelines](CONTRIBUTING.md).
## License
This project is licensed under the [MIT License](LICENSE). See the [LICENSE](LICENSE) file for details.
## Acknowledgements
- A big thanks to the Angular Web development community for making MyTasks possible.