Skip to content

christyantoun/academy-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Portfolio Project

Welcome to the Simple Portfolio Project workshop! This workshop is designed to introduce participants to the basics of web development and Angular framework. By the end of this workshop, you will learn how to convert a vanilla HTML/CSS project into a dynamic Angular application.

Objectives

The objective of this workshop is to provide you with hands-on experience in converting a static website into a dynamic Angular application. You will gain familiarity with basic Angular concepts and best practices.

Getting Started

To get started with the workshop, follow these steps:

  • Fork the Repository:

    Click the "Fork" button in the top right corner to create a copy of the repository under your GitHub account.

  • Clone the repo (Replace your-username with your GitHub username)

    git clone https://github.com/your-username/academy-portfolio.git
  • Navigate to the Project Directory

  • Set Up Your Development Environment:

    If you don't have Node.js and npm installed, you'll need to install them first. You can download and install Node.js from here . Follow the installation instructions for your operating system.

  • Install Angular CLI:

      npm install -g @angular/cli

    NOTE: If you get the following error: EACCES: permission denied, run sudo npm install @angular/[email protected] -g

  • Choose your Directory:

    If you want to explore the vanilla HTML/CSS project, navigate to the vanilla-html-css directory and follow the instructions provided in the README. If you're ready to dive into Angular development, navigate to the angular-project directory and follow the instructions provided in the README.

  • Happy Coding! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published