prigara / confs.tech

List of tech conferences: JavaScript / Design - CSS - UX / Ruby - iOS - Android

Home Page:http://confs.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The open-source and crowd sourced conference website

Greenkeeper badge

Confs.tech is an open source project that lists upcoming tech conferences. Everything is free and will stay free. It's aimed to be simple and without useless clutter. You can filter by topics and see upcoming CFPs.

Adding a conference

All conferences are stored in JSON files, sorted by topics and years. All data is open source and crowd sourced by the community. Whether added directly from the website by conference organizers or through pull requests.

Conference data have the following structure:

{
  "name": "",
  "url": "",
  "startDate": "YYYY-MM-DD",
  "endDate": "YYYY-MM-DD",
  "city": "",
  "country": "",
  "cfpUrl": "",
  "cfpEndDate": "",
  "twitter": ""
}

Active contributors

If you want to contribute, the project is React based (it's an ejected create-react-app), so running:

$ npm install
$ npm run start

Should do the trick!

Related projects

Some of the conferences have been pulled from other projects:

License

MIT

Links

About

List of tech conferences: JavaScript / Design - CSS - UX / Ruby - iOS - Android

http://confs.tech

License:MIT License


Languages

Language:JavaScript 44.2%Language:TypeScript 37.7%Language:CSS 14.7%Language:HTML 3.4%