Skip to content

This is my first Ionic project, designed to demonstrate fundamental concepts of mobile app development using the Ionic framework alongside Angular. The application provides a simple yet effective way to manage your tasks, featuring user authentication and a dedicated page for all your to-do items.

Notifications You must be signed in to change notification settings

YellMinNaing-micro/To-Do-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

To-Do List App

Welcome to the To-Do List application, your personal task manager built with Ionic and Angular! This app helps you organize your daily tasks, allowing you to easily add, manage, and track your to-dos.

Features

The To-Do List app includes the following core functionalities:

  • User Authentication: Securely register new accounts and log in to access your personalized to-do list.

  • Task Management: Add new tasks, mark them as complete, and view your active to-dos.

  • Responsive Design: Built with Ionic, the app offers a consistent user experience across various mobile devices.

Technologies Used

  • Ionic Framework : For cross-platform mobile app development.
  • Angular : The powerful JavaScript framework for building dynamic web and mobile applications.
  • TypeScript : Core languages for development.
  • Capacitor (for native builds)

Login Page, Register, Todo

Login Page Login Page Login Page

Installation

# Clone the repo
git clone https://github.com/YellMinNaing-micro/to-do-list.git

cd to-do-list

# Install dependencies
npm install

# Run in the browser
ionic serve

Run

# To run the app on a specific platform (e.g., Android or iOS):

ionic capacitor add android  # or ios
ionic capacitor build android # or ios
ionic capacitor open android # or ios

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! ⭐ Thanks again!

Fork the Project

  • Create your Feature Branch (git checkout -b feature/AmazingFeature)

  • Commit your Changes (git commit -m 'Add some AmazingFeature')

  • Push to the Branch (git push origin feature/AmazingFeature)

  • Open a Pull Request

About

This is my first Ionic project, designed to demonstrate fundamental concepts of mobile app development using the Ionic framework alongside Angular. The application provides a simple yet effective way to manage your tasks, featuring user authentication and a dedicated page for all your to-do items.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published