Week 1: Angular Challenge

Build your first app with Angular to earn merch!


Angular Challenge: Create, Learn, and Earn Points! 🚀

Are you ready to dive into the world of Angular? Whether you’re a beginner or brushing up on your skills, this fun and engaging challenge will help you master Angular by creating a simple TODO (CRUD) list app with cool animations. Earn points, gain knowledge, and have fun coding!


🎯 The Challenge

Your mission, should you choose to accept it, is to:

  1. Build a simple web page using Angular (this can even be a simple Hello World page) +100 points.
  2. Create a TODO list app where users can +75 (Additional 75 points):
    • Add tasks.
    • Mark tasks as complete.
    • Edit tasks.
    • Delete tasks.
  3. Add cool animations to enhance the user experience +25 (Additional 25 points).
  4. Don’t forget to share with us so we can tally your points!

🛠️ Getting Started

Prerequisites

  • Familiarity with HTML, CSS, and JavaScript.
  • Node.js and npm installed on your machine.
  • Angular CLI installed globally. Run:
    npm install -g @angular/cli
  • Follow the Angular Docs