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.
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.
- 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)
# 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
# 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
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