Giter Site home page Giter Site logo

mohan-murali / eventcalendar Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eddiehubcommunity/eventcalendar

1.0 0.0 0.0 831 KB

Community events from TwitterSpaces to Live streams to Conferences

License: MIT License

HTML 26.73% CSS 6.31% JavaScript 66.96%

eventcalendar's Introduction

Open in Gitpod

Community event calendar

The goal of this project is to list all our awesome community virtual events like TwitterSpaces, Live Streams in one place so we do not miss any and also do not have clashes!

screenshot

Adding your event

To add your virtual event to the calendar, please create a json file in the public/data directory.

Here is an example file...

TYPES currently supports youtube and twitter

{
  "type": "youtube",
  "author": {
    "name": "Eddie Jaoude",
    "url": "http://github.com/eddiejaoude"
  },
  "url": "http://twitter.com/eddiejaoude",
  "title": "Awesome LIVE stream on stuff",
  "start": "2021-11-06T17:00:00",
  "end": "2021-11-06T19:00:00",
  "description": "We will use ReactJS to build a community calendar for all our virtual geek out sessions"
}

QuickStart

  1. fork repo
  2. clone your fork
  3. add the original repo as an upstream to your fork with git remote add origin [email protected]:EddieHubCommunity/EventCalendar.git
  4. run npm ci to install dependencies
  5. run npm run generate to generate the calendar list data (do not change this file, it will be ignored by git)
  6. run npm start to start the server
  7. visit http://localhost:3000

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.