https://github.com/jkdevcode/list_courses_angular
https://github.com/jkdevcode/list_courses_angular
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jkdevcode/list_courses_angular
- Owner: jkdevcode
- Created: 2024-11-06T20:55:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-09T20:05:41.000Z (over 1 year ago)
- Last Synced: 2025-02-15T18:24:42.197Z (over 1 year ago)
- Language: TypeScript
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# List of courses and students Project with TypeScript and Angular ✍🏻🧑🏻🎓
This project consists of a small web application built with **Angular** and **TypeScript**. It allows you to view and manage two tables: one for **students** and another for **courses**. The data is simulated with **mock data**
## Getting Started
### Prerequisites
To run this project, make sure you have **Node.js** and **npm** (or **yarn**) installed.
### Installation
First, run the development server:
```bash
npm install
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
This will start the project at http://localhost:4200/
You can start editing the page by modifying `componets/app.component.html`. The page auto-updates as you edit the file.
## Learn More
To learn more about the technologies used in this project, take a look at the following resources:
- [Angular Documentation](https://angular.dev/) - learn about Angular and its features.
- [TypeScript Documentation](https://www.typescriptlang.org/docs/) - learn more about TypeScript, a typed superset of JavaScript.
You can check out [the angular / angular GitHub repository ](https://github.com/angular/angular) - your feedback and contributions are welcome!
## Deploy on Vercel
You can deploy this project on [Vercel](https://vercel.com/) or any other hosting service that supports React applications.