Git Product home page Git Product logo

angular-todo's Introduction

Angular 17 Todo App

This project is a Todo application built with Angular 17. It allows users to manage their tasks by providing features such as adding, completing, editing, filtering, and deleting todos. The application integrates with Firebase for authentication and data storage. Additionally, it supports guest mode, where users can use local storage to store their todos without requiring authentication.

Live

You can preview the website at ygg-todo.web.app which is hosted by Firebase.

Features

  • Authentication: Users can register, login, and reset their passwords securely using Firebase Authentication.
  • Data Management: Todos are stored in Firebase Firestore, providing real-time synchronization across devices.
  • Guest Mode: Users can use the application without authentication by storing their todos locally in the browser's local storage.
  • Todo Management: Users can add new todos, mark todos as completed, edit existing todos, filter todos based on their completion status, and delete todos.

Technologies Used

  • Angular 17: Frontend framework for building the user interface and application logic.
  • Firebase: Provides authentication services (Firebase Authentication) and real-time database storage (Firestore).
  • TypeScript: Programming language used to write Angular code.
  • HTML/CSS: Markup and styling for the user interface.

Getting Started

To run the application locally, follow these steps:

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Install dependencies using npm install.
  4. Set up Firebase for authentication and Firestore for data storage. Update the Firebase configuration in the environment files (environment.ts and environment.prod.ts) with your Firebase project credentials.
  5. Build and serve the application using ng serve.
  6. Access the application in your browser at http://localhost:4200.

Contributing

Contributions are welcome! If you find any bugs or have suggestions for new features, please open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

angular-todo's People

Contributors

ygg-m avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.