Table of Contents
YYCtech is community-driven platform dedicated to connecting tech enthusiasts and professionals in Calgary. Our goal is to showcase the tech scene in the city, bringing together people passionate about technology, innovation, and collaboration.
We curate and highlight tech events happening in Calgary, from meetups and workshops to conferences and hackathons. By providing a one-stop platform, we make it easy for Calgarians to stay informed, connect with others, and be part of the city’s growing tech ecosystem.
We work closely with local event organizers, tech communities, and industry leaders to ensure that every event is up-to-date and accessible. Our platform offers communities and event listings and schedules to help you plan and get the most out of Calgary’s tech events.
We believe that a strong tech community is essential for Calgary’s growth and innovation. By connecting people and creating opportunities for learning and networking, we’re building a tech-friendly city that fosters talent, collaboration, and forward-thinking solutions.
To get a local copy up and running follow these steps.
- Create a Meetup API client https://www.meetup.com/api/oauth/list/
- Clone the repo
git clone git@github.com:yycoss/yyctech.git
- Install NPM packages
npm install
- Enter your credentials
NEXT_PUBLIC_AIRTABLE_PAT=credentials-here CLIENT_ID=credentials-here CLIENT_SECRET=credentials-here REDIRECT_URI=oauth-redirect-url-here
- Validate your credentials following Meetup API OAuth2 steps
https://www.meetup.com/api/authentication/#graphQl-authentication
- Run the project
npm run dev
- Update README
- Integrate Meetup API
- Add a share button funtionality
- Add a DB for users and user data
- Add favorite button on events and communities
- Complete newsletter
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Jose Ramon - @josercastanos - castanos@pm.me
Serene Yew - hello@pixeltree.ca
Project Link: https://github.com/yycoss/yyctech
- Thanks to Serene Yew for sparking the idea and setting things in motion