Skip to content

Repo for Frontend Masters Courses on Intermediate and Advanced Angular

License

Notifications You must be signed in to change notification settings

mindaugasmacevicius/devfest-manager

 
 

Repository files navigation

DevfestManager

Code scaffolding

src/
├── app/
│   ├── features/
│   │   ├── admin/
│   │   │   └── create-event.ts      <-- Class CreateEvent
│   │   └── events/
│   │       ├── event-card.ts        <-- Class EventCard
│   │       ├── event-details.ts     <-- Class EventDetails
│   │       └── event-list.ts        <-- Class EventList
│   ├── layout/
│   │   └── header.ts                <-- Class Header
│   ├── models/
│   │   └── event.ts                 <-- Interface DevFestEvent
│   ├── app.config.ts
│   ├── app.routes.ts
│   └── app.ts                       <-- Class App
├── main.ts
├── styles.css                      <-- Tailwind v4 @theme
└── index.html

📚 Instructions

You can find the step-by-step instructions for this workshop in the instructions folder.

Day 1

Day 2

About

Repo for Frontend Masters Courses on Intermediate and Advanced Angular

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 98.8%
  • Other 1.2%