{"id":44561943,"url":"https://github.com/asusoda/website","last_synced_at":"2026-02-13T23:41:31.005Z","repository":{"id":241943266,"uuid":"806782096","full_name":"asusoda/website","owner":"asusoda","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-09T06:47:37.000Z","size":148014,"stargazers_count":5,"open_issues_count":7,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-09T08:48:01.061Z","etag":null,"topics":["website"],"latest_commit_sha":null,"homepage":"https://thesoda.io/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asusoda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-27T22:27:28.000Z","updated_at":"2026-01-22T03:56:21.000Z","dependencies_parsed_at":"2024-05-30T21:17:34.785Z","dependency_job_id":"91e22dcf-6e46-411d-b7da-ad9df028ed25","html_url":"https://github.com/asusoda/website","commit_stats":null,"previous_names":["asusoda/asu-soda-newsite","asusoda/website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/asusoda/website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asusoda%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asusoda%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asusoda%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asusoda%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asusoda","download_url":"https://codeload.github.com/asusoda/website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asusoda%2Fwebsite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29423536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T22:20:51.549Z","status":"ssl_error","status_checked_at":"2026-02-13T22:20:49.838Z","response_time":78,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["website"],"created_at":"2026-02-13T23:41:28.989Z","updated_at":"2026-02-13T23:41:30.989Z","avatar_url":"https://github.com/asusoda.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src='https://img.shields.io/github/license/asusoda/asu-soda-newsite?style=for-the-badge'\u003e\n\n# 🚀 thesoda.io\n\n### The Software Developers Association (SoDA)\n\nThe Software Developers Association (SoDA) at Arizona State University, is a student run, free organization dedicated to serving ASU’s computer science students. SoDA is one of the largest communities of students on campus, and is the largest engineering organization. We provide opportunities to collaborate on projects outside of the classroom, learn from university and industry professionals, and prepare for a career as a software developer.\n\n\u003cdiv align=\"center\"\u003e\n\n**[RUN THE DEVELOPMENT](https://github.com/asusoda/asu-soda-newsite#-how-to-run-website-locally) •\n[TECH STACK](https://github.com/asusoda/asu-soda-newsite#-tech-stack) •\n[CONTRIBUTING](https://github.com/asusoda/asu-soda-newsite#-contributing) •\n[SPREAD THE WORDS](https://github.com/asusoda/asu-soda-newsite#-spread-the-word) •\n[LICENSE](https://github.com/asusoda/asu-soda-newsite#-license)**\n\n\u003c/div\u003e\n\n# 💻 How to run website locally\n\nThe website uses npm, which manages all dependencies and has a dummy server that you can run on your local machine to view the website.\n\n```shell\n\u003e cd asu-soda-newsite\n\u003e npm i #install all dependencies if this is the first time you are doing this\n\u003e npm ci (optional)\n\u003e npm run dev\n```\n\nThe server will refresh the page automatically when you make changes to the code!\n\n# 👨‍💻 Tech stack\n\nHere's a brief high-level overview of the tech stack the `thesoda.io` uses:\n\n- This project uses the [React Library](https://react.dev/). React is a JavaScript library for building user interfaces, particularly single-page applications where you need a fast, interactive experience.\n- For build tool, [Vite](https://vitejs.dev/guide/) provides a fast development experience for web projects. When you use Vite with React, you get a development setup that is both fast and modern. Vite is configured to handle React’s specific needs efficiently, allowing you to focus more on development and less on configuration.\n- [TypeScript](https://www.typescriptlang.org/) TypeScript is a superset of JavaScript that adds static typing to the language. It helps the project catch errors early in the development process and provides better tooling and code quality.\n- The app is styled using [TailwindCSS](https://tailwindcss.com/) Tailwind CSS is a utility-first CSS framework designed to make it easy to build custom, responsive designs without writing custom CSS.\n- We also use shadcn for components\n\n# 🏠 Contributing\n\nInterested in contributing to the `thesoda.io`? Thanks so much for your interest! We are always looking for improvements to the project and contributions from open-source developers are greatly appreciated.\n\nPlease consult to our main developer [Luan Nguyen](https://github.com/LuaanNguyen) if you have a contribution in mind. We will be publishing a [Contribution Guide](https://github.com/asusoda/asu-soda-newsite) for more information on how to do so.\n\n## 💙 Thank you to our current/ past contributors\n\n\u003ca href=\"https://github.com/asusoda/asu-soda-newsite/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=asusoda/asu-soda-newsite\" /\u003e\n\u003c/a\u003e\n\n\u003cbr\u003e\u003cbr/\u003e\n\n# 📣 Spread the words!\n\nIf you want to say thank you and/or support active development of `thesoda.io`:\n\n- Add a GitHub Star to the project!\n- Share/ Tag [@soda.asu](https://www.instagram.com/soda.asu/) on your instagram!\n- Check out our [Discord](https://discord.com/invite/EsVNGqSd3Y) server.\n- Join our [Weekly Meeting](https://asu.campuslabs.com/engage/organization/soda)\n\n# 🪪 License\n\n`Thesoda.io` is licensed under MIT License. All development is currently maintain by [Luan Nguyen](https://github.com/LuaanNguyen).\n\n# 🥤 Message from Team\n\nReminder that _you are great, you are enough, and your presence is valued._ If you are struggling with your mental health, please reach out to someone you love and consult a professional. [There are many resources for you to get help in a time of need.](https://www.nimh.nih.gov/health/find-help)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasusoda%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasusoda%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasusoda%2Fwebsite/lists"}