This Angular course was created to explain versions 18 and 19++, updated to 2025.
- Angular
- TypeScript
- Components
- Bootstrap
- tailwind
- CSS
- HTML
- GIPHY
To get a local copy up and running, follow these simple example steps:
-
On the project GitHub page, navigate to the main page of the repository
-
Click on a button named
code -
Copy the project URL as displayed on the HTTPS tab
-
Open your command prompt if you're running the Windows Operating System. On Linux, open your terminal
-
Change the current working directory to the location where you want the cloned directory to be. Leave it as it is if the current location is where you want the project to be.
-
Type
git clone, and then paste the URL you copied in Step 3.$ git clone git@github.com:mrigorir/angular-course-2025Press Enter key -
Your local copy will be created.
-
Please note that you must have Git installed on your PC This can be done here
-
After you get the project aiming at the desired directory, you need to install dependencies by running npm install.
To make sure the linters' checks using GitHub Actions work properly, you should follow the next steps:
-
On your recently forked repo, enable GitHub Actions in the Actions tab.
-
Create the
feature/branchand push. -
Start working on your milestone as usual.
-
Open a PR from the
feature/branchwhen your work is done.
-
Make sure you have npm and node installed.
-
I recommend the use of VS Code as a code editor, but you can use any code editor.
-
Run in your terminal
npm startORyarn startto run the app in your default browser. -
You should see the todo form ready to be used.
-
Add a name for the task owner (description is optional).
-
Hit the create button to create your to-do.
-
You can either check it when DONE or remove it by hitting the trash icon.
π€ Marco Parra
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a βοΈ if you like this project!
- Special thanks to GIPHY
This project is MIT licensed.