Code Monkey home page Code Monkey logo

CircleCI Netlify Status Commitizen friendly

Angular Seattle

Angular Seattle

This project was generated with Angular CLI version 7.3.8.

Current Features

  • ✅ Angular 8
  • ✅ PWA
  • ✅ CI/CD (CircleCI and Netlify)
  • ✅ Angular Material
  • ✅ Event Information
  • ✅ Past talks
  • ✅ Twitter

Future Feature Ideas

Please see our CONTRIBUTING.md for how to contribute to the project. Please review our Code of Conduct prior to contributing.

Adding an event

To add an event to the calendar, open a pull request to update src/assets/events/events.json. Add an event in the below format:

{
  "id": 2, // increment id by one
  "name": "My Cool Event",
  "date": "2019-08-31T19:30:00", // Date must be in ISO8601 format
  "venue": {
    "name": "My Venue",
    "address": "123 Event street",
    "city": "Seattle",
    "country": "USA"
  },
  "link": "https://place-to-rsvp.com", // this can be any link that you want to direct users to. Usually where they should go to RSVP to the event.
  "description": "This is my super fancy Angular Seattle event. It will have these talks: 1. Getting Started 2. Going Above and Beyond with Angular 3. Making a Pizza with Angular"
}

Angular Seattle's Projects

agora icon agora

A webapp to help run meetups

ice-cream-fight icon ice-cream-fight

An example app for learning Angular. Presented at the Angular Seattle summer meetup.

ng1-ng2-hybrid icon ng1-ng2-hybrid

Example of converting an Angular.js application to Angular Edit

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.