Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pawankolhe/online-confs
Check out what online tech conferences are coming up on a calendar.
https://github.com/pawankolhe/online-confs
Last synced: 4 days ago
JSON representation
Check out what online tech conferences are coming up on a calendar.
- Host: GitHub
- URL: https://github.com/pawankolhe/online-confs
- Owner: PawanKolhe
- Created: 2020-08-30T10:27:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T06:15:53.000Z (almost 4 years ago)
- Last Synced: 2023-03-05T03:36:36.964Z (almost 2 years ago)
- Language: CSS
- Homepage: https://online-tech-confs.herokuapp.com/
- Size: 26.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online Tech Confs
This is a web app that allows you to view upcoming tech conferences on a calendar.My submission for the [Suns Out Hacks Out Hackathon](https://sunsouthacksout.devpost.com/) by MLH.
## ⚙️ What I've done
- I used the API being used on https://dev.events/ to fetch online conference events and feed them to the calendar. Nothing too fancy as its my first Hackathon.- Then I'm using a hook for when a day is selected on the calendar to render the events on that particular date.
- I'm using a JavaScript calendar library that I had designed some days back for my calendar.
- I've tried to make the UI as close to the summer ☀️ like as possible.
## 💻 Demo
I've deployed the web app to Heroku.
https://online-tech-confs.herokuapp.com/## 🚀 Getting Started
1. Install dependencies
```bash
npm install
```2. Running locally
```bash
npm run dev
```