Coder Social home page Coder Social logo

qrowned / dev-schedule Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 2.94 MB

Schedule for the 2023 Allianz Developer Conference created with Angular and ng-aquila.

Home Page: https://qrowned.github.io/dev-schedule/

License: MIT License

TypeScript 68.46% HTML 22.37% SCSS 9.18%
allianz angular website ng-aquila

dev-schedule's Introduction

Dev Schedule ๐Ÿ“…๐Ÿš€

schedule-svgrepo-com

Welcome to Dev Schedule! ๐ŸŽ‰ This awesome Angular application is your one-stop destination for any Conferences, specifically ones for Developers. This application was designed for the Developer Conference by Allianz Technology in 2023. But it can be used for various other purposes. ๐Ÿ‹๏ธโ€โ™‚๏ธ

Table of Contents ๐Ÿ“š

Features ๐ŸŒŸ

  • Responsive Design: Dev Schedule is all set to dazzle on any device! It's perfectly optimized for both desktop and mobile users. ๐Ÿ“ฑ๐Ÿ’ป
  • Full Agenda Display: Can't wait to know what's on the menu? Check out the complete conference schedule, jam-packed with captivating keynotes, engaging workshops, and epic social events! ๐ŸŽค๐Ÿ‹๏ธโ€โ™‚๏ธ๐Ÿป
  • Talk Profiles: Want to know more about a talk which is upcoming? Just look into a more detailed view about the talk and its topic! ๐Ÿ“–
  • Speaker Profiles: Want to know more about the rockstars gracing the stage? Dive into detailed speaker profiles and their incredible sessions. ๐ŸŽต๐ŸŽค

You can experience a demo version on my GitHub Pages site. Just click here.

Screenshots ๐Ÿ“ธ

Desktop-Schedule

Mobile-Schedule

Talk-Information Presenter-Information

Installation ๐Ÿ› ๏ธ

Excited to get started? Follow these super simple steps to set up the Dev Schedule application locally:

  1. Clone the repository: git clone https://github.com/qrowned/dev-schedule.git
  2. Navigate to the project directory: cd dev-schedule
  3. Install the dependencies: npm install
  4. Update the data located in src/assets/data.json with your schedule data.

Usage ๐Ÿš€

Ready to launch the app? Just type the following command:

npm start

Fire up your favorite web browser and go to http://localhost:4200 to access Dev Schedule. Let the fun begin! ๐ŸŽฎ๐Ÿ˜„

Contributing ๐Ÿค

We're thrilled that you want to contribute to Dev Schedule! Together, we can make it even more amazing for everyone! Follow these steps to get started:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Commit your changes: git commit -m "Add feature xyz"
  4. Push to the branch: git push origin feature/your-feature-name
  5. Submit a pull request. ๐Ÿš€๐Ÿ”ง

License ๐Ÿ“œ

This project is licensed under the MIT License. Feel free to use it and make something awesome! โœจ


Designed with โค๏ธ by Luca Bartmann within an internship at Allianz Technology.

For any questions or support, drop us a message at [email protected]. We'd love to chat! ๐Ÿ˜Š๐Ÿ“ง

dev-schedule's People

Contributors

dependabot[bot] avatar qrowned avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

dev-schedule's Issues

Code Improvement - increase test coverage

If you have time, you can write tests for your components:

describe('ScheduleGridComponent', () => {
let component: ScheduleGridComponent;
let fixture: ComponentFixture<ScheduleGridComponent>;
beforeEach(() => {
TestBed.configureTestingModule({
declarations: [ScheduleGridComponent]
});
fixture = TestBed.createComponent(ScheduleGridComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.