Skip to content

huguestennier/confs.tech

 
 

Repository files navigation

The open-source and crowd sourced conference website

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": ""
  }

Currently, the JavaScript conferences are stored on the javascript-conferences repo for legacy reasons (this might change in the future).

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 - PHP - Data - Devops

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.1%
  • CSS 14.3%
  • HTML 3.6%