Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/younisyousaf/angular-js-learning

A code repository where I will share my tasks and notes regarding that task on daily basis
https://github.com/younisyousaf/angular-js-learning

100-days-of-code 100daysofjavascript angular angular-18 angular-cli angular-reactive-forms angular-router js

Last synced: about 6 hours ago
JSON representation

A code repository where I will share my tasks and notes regarding that task on daily basis

Awesome Lists containing this project

README

        

# Angular Learning Journey

Welcome to my Angular Learning Journey repository! This repository is dedicated to documenting my daily tasks and notes as I learn the Google-owned JavaScript framework, Angular.

## Table of Contents

- [Introduction](#introduction)
- [Installation](#installation)
- [Usage](#usage)
- [Repository Structure](#repository-structure)
- [Contributing](#contributing)

## Introduction

This project is designed to document my progress in learning Angular. Each day, I will tackle a new topic or task, create a corresponding Angular component, and share my notes on that topic. By following along, you can join me in learning Angular from the basics to more advanced concepts.

## Installation

To get started, you'll need to clone this repository and install the necessary dependencies.

1. **Clone the repository:**

```bash
git clone repo-URL
cd project-directory
```

2. **Install the dependencies:**

```bash
npm install
```

3. **Run the development server:**

```bash
ng serve
```

Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

## Usage

You can use this repository as a guide to learn Angular. Each component corresponds to a specific topic or task. To start learning, simply navigate to the component folder of the topic you're interested in and review the code and notes provided.

## Repository Structure

The repository is organized by topic, with each topic having its components and notes.