├── README.md └── submissions.md /README.md: -------------------------------------------------------------------------------- 1 | ![Hacktoberfest](https://github.com/reflex-dev/hacktoberfest/assets/38776361/aec1aa61-93a7-45c5-a11c-a6ca08e5290d) 2 | 3 | # 🎃 Reflex Hacktoberfest Competition 🎃 4 | 5 | Welcome to the Reflex's 2024 Hacktoberfest. 6 | 7 | ## 🤔 What to Build 8 | 9 | This year we have a couple tracks: 10 | 11 | - Best use of AG Grid--a component that we recently finished building support for 12 | - [Wrapping various React components in Reflex](#wrapping-custom-components) see below 13 | - Most aesthetic Reflex app 14 | - Best developer experience--an app that improves the developer experience of some workflow e.g. writing changelogs, writing documentation, etc. 15 | 16 | ### ⚙️ **How it works** 17 | 18 | - Here's how to get started wit Reflex: https://reflex.dev/docs/getting-started/installation/ 19 | - As an official Reflex Hacker, you can receive cash rewards, custom-branded swag, peer networking and education opportunities, access to beta updates, and more! 20 | 21 | When you have finished building your app: 22 | 1. Open a pull requst to this repository 23 | 2. Submit a link to your Reflex app in the [submissions.md file](./submissions.md) 24 | 25 | In addition, share a link to your deployed app in the [Showcase channel](https://discord.com/channels/1029853095527727165/1063735841333198938) on our Discord. 26 | 27 | ### 🙋 **Why join the hackathon?** 28 | 29 | | 🎉 **Rewards & Recognition** | 📓 **Learning & Community** | 🤝 **Collaboration** | 30 | | --- | --- | --- | 31 | 32 | 33 | 1. 1st prize for each category will win a **$100 prize** with 2nd place taking **$50** (the wrapping component category will be judged separately) 34 | 2. A voucher to our pro hosting service once it launches! You can already host on Reflex for free as of now. 35 | 3. Join zoom calls with the team and work collaboratively to solve issues and plan/implement apps. | 36 | 37 | ```diff 38 | + Note: All submissions must use Reflex, all judging will take place at the beginning of November+ 39 | ``` 40 | 41 | ## Wrapping custom components 42 | 43 | $300 Wrap Reactflow: https://github.com/reflex-dev/reactflow 44 | $250 Wrap React Email: https://github.com/resend/react-email 45 | $200 Wrap Altair Charts: https://altair-viz.github.io/ 46 | $200 Wrap Bokeh Charts: https://bokeh.org/ 47 | -------------------------------------------------------------------------------- /submissions.md: -------------------------------------------------------------------------------- 1 | # Submissions 2 | 3 | Open a pull request to this file that adds a link to the repo of your project. 4 | 5 | ## Most aesthetic Reflex app 6 | 7 | - Add link to aesthetic Reflex app here 8 | 9 | ## Best developer experience 10 | 11 | - Add link to an app that improves the developer experience of some workflow e.g. writing changelogs, writing documentation, etc. 12 | 13 | ## AG Grid 14 | 15 | - AG Grid repository link here 16 | 17 | ## Wrapping various React components in Reflex 18 | 19 | - Add link to wrapping React component here 20 | 21 | --------------------------------------------------------------------------------