Skip to content

Sadrita404/HACK-DATE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hack Date App Icon

Hack Date

Light, fast, and dynamic. Web-wrapper built for Android.

Platform HTML5 Architecture License


FeaturesInstallationScreenshotsLicense


Hack Date App Demo
Hack.Date.App.Demo_compressed.mp4

Title STL VIEWER
Author Sadrita Neogi
APP APK FILE APK FILE
Official Website LINK

What is Hack Date ?

Hack Date is an Android Event Calendar App for HC and it uses Hack Clubs event api to fetch all the events and show it in the app and we can also add this events to Google Calendar


Tech Stack
HTML

App Wire Frame

Hack Date Wire Frame

Made By - Sadrita in Excalidraw


Features

  • You can saw Hack Club event ever hosted.
  • You can see upcoming events and there timelines.
  • You can add events directly to your Google Calendar.

API Setup

For Detailed Note Read Hack Club Api Doc

A simple JSON API to events on this site.

Filtering

You can filter events by tag via the $${\color{darkorchid}\text{?tags=}}$$ query parameter. Multiple tags are comma-separated.

Endpoints

Event Schema

  • IDs are UUIDs.
  • Descriptions are formatted in markdown.
  • tags is an array of strings (e.g. ["stardance"], ["ama", "workshop"] ).

Regular event

{
  "id": "8a20db4e-35e8-47a3-a075-d392173a86d9",
  "slug": "code-in-the-dark",
  "title": "Code in the Dark",
  "desc": "On a live Zoom call, we're going to…",
  "leader": "@amogh",
  "cal": "https://www.google.com/calendar/render?action=TEMPLATE&…",
  "start": "2020-04-02T00:00:00.000Z",
  "end": "2020-04-02T01:00:00.000Z",
  "youtube": null,
  "ama": false,
  "amaId": "",
  "amaAvatar": "",
  "avatar": "https://…",
  "tags": ["workshop", "social"]
}

AMA

{
  "id": "4f616602-d015-4383-9511-04a890396655",
  "slug": "ama-with-guillermo-rauch",
  "title": "AMA with Guillermo Rauch",
  "desc": "Guillermo is the founder of…",
  "leader": "@lachlanjc",
  "cal": "https://www.google.com/calendar/render?action=TEMPLATE&…",
  "start": "2020-05-14T20:00:00.000Z",
  "end": "2020-05-14T21:00:00.000Z",
  "youtube": "https://youtu.be/PXlDzMMZydk",
  "ama": true,
  "amaId": "recx1wwapHrBPZ3Mq",
  "amaAvatar": "https://dl.airtable.com/.attachmentThumbnails/…",
  "avatar": "https://dl.airtable.com/.attachmentThumbnails/…",
  "tags": ["ama"]
}

App Screenshots

Screenshot 1 Screenshot 2 Screenshot 3

POSTER

Poster Design

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any improvements you make to enhance this project are greatly appreciated!

How to Contribute:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

I will gladly review your changes and merge them into the project. Thank you for helping make this app even better.

Hack Club

About

Hack Date is an Android Event Calendar App for HC and it uses Hack Clubs event api to fetch all the events and show it in the app and we can also add this events to Google Calendar

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages