AmirAliRashidi / Learnify

A simple course management application built with Angular version 15.

Home Page:https://amiralirashidi.github.io/learnify/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learnify

A simple course management application built with Angular version 15.

Technologies Used

  • Angular
  • HTML
  • SCSS
  • Angular Material

Features

  • Reads courses from a JSON file and displays them to the user.
  • Allows users to add and edit courses.
  • Provides a course detail component for viewing course information.
  • Uses Angular Material and FormBuilder for UI and data manipulation.
  • Added Tailwind but did not use it because I don't like it.

Demo

You can view a live demo of the website here

Setting Up the Development Environment

To set up the development environment, follow these steps:

  1. Clone the repository: git clone https://github.com/amiralirashidi/learnify.git
  2. Go to repository: cd learnify
  3. Install the dependencies: npm install
  4. Run the development server: ng serve

About

A simple course management application built with Angular version 15.

https://amiralirashidi.github.io/learnify/


Languages

Language:TypeScript 45.1%Language:SCSS 29.6%Language:HTML 24.8%Language:JavaScript 0.5%