A simple course management application built with Angular version 15.
- Angular
- HTML
- SCSS
- Angular Material
- 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.
You can view a live demo of the website here
To set up the development environment, follow these steps:
- Clone the repository:
git clone https://github.com/amiralirashidi/learnify.git
- Go to repository:
cd learnify
- Install the dependencies:
npm install
- Run the development server:
ng serve