Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 months ago
JSON representation
A code repository where I will share my tasks and notes regarding that task on daily basis
- Host: GitHub
- URL: https://github.com/younisyousaf/angular-js-learning
- Owner: younisyousaf
- Created: 2024-07-19T19:00:21.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T15:09:12.000Z (7 months ago)
- Last Synced: 2024-10-01T07:23:01.690Z (4 months ago)
- Topics: 100-days-of-code, 100daysofjavascript, angular, angular-18, angular-cli, angular-reactive-forms, angular-router, js
- Language: HTML
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.