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

https://github.com/mdawlad29/online-course-platform


https://github.com/mdawlad29/online-course-platform

angular javascript lucide-icons tailwindcss typescript

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# 📚 Online Course Platform

A modern, feature-rich online learning platform built with Angular and Tailwind CSS. It allows users to browse, purchase, and enroll in courses with a smooth and responsive user experience.

---

## 🚀 Features

✅ Modern Angular standalone components architecture
✅ Responsive and mobile-friendly design
✅ Dynamic course listing and details
✅ Secure signup and login functionality
✅ Global page loader
✅ Accordion-based syllabus section
✅ Reusable UI components (cards, headings, icons, etc.)
✅ Smooth scrolling and section-based navigation
✅ Tailwind CSS for highly customizable styling
✅ SEO-friendly routes with Angular Router

---

## 🛠️ Tech Stack

- **Frontend**: Angular (standalone components), TypeScript
- **Styling**: Tailwind CSS
- **Routing**: Angular Router
- **State**: Angular Input/Output, local component state
- **Icons**: Custom SVG and component-based icons
- **Tooling**: Vite (optional), Angular CLI

---

# clone the repo

git clone https://github.com/yourusername/online-course-platform.git

# navigate into the project

cd online-course-platform

# install dependencies

npm install

# start development server

ng serve