You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the official website for Mini Hackathon 2022 organized by MS Club SLIIT. This website contains all the necessary information that need for the competition which includes registration form, guide line, rules in the competition and sponsorship. Following are the important sections in this website.
🎓 Eligibility - Explain who can participate and instruction for the competition
⏳ Timeline - Events that happen throughout the competition
🚧 Rules - Explain rules that need to follow in the competition
The complete application was implemented by @ms-club-sliit/dev-team. Contributors of the project listed at the end of the documentation. UI design for the website was done by @miyurugunarathna.
🛠 Tools & Technologies
To implement this project we used React as the frontend library. To store and fetch group registration information we have develop a dedicated API into the React application. For the static information, we create JSON file and access those data in the React frontend components. Since this is a single page website, we have not include the pages directory in this application. Instead we have use components to implement React UI components and views that used to assemble the web view that uses the React UI components. Following are the tools & technologies that we used throughout the development process.
VS Code as main code editor
Prettier as the code formatter
GitHub Actions for CI/ CD pipeline
GitHub Pages for hosting
Firebase Database for store all students and team information
Firebase Storage for store student profile images
🧑🏻💻 Contributors
The text was updated successfully, but these errors were encountered:
Mini Hackathon 2022
This is the official website for Mini Hackathon 2022 organized by MS Club SLIIT. This website contains all the necessary information that need for the competition which includes registration form, guide line, rules in the competition and sponsorship. Following are the important sections in this website.
The complete application was implemented by @ms-club-sliit/dev-team. Contributors of the project listed at the end of the documentation. UI design for the website was done by @miyurugunarathna.
🛠 Tools & Technologies
To implement this project we used React as the frontend library. To store and fetch group registration information we have develop a dedicated API into the React application. For the static information, we create JSON file and access those data in the React frontend components. Since this is a single page website, we have not include the
pages
directory in this application. Instead we have usecomponents
to implement React UI components andviews
that used to assemble the web view that uses the React UI components. Following are the tools & technologies that we used throughout the development process.🧑🏻💻 Contributors
The text was updated successfully, but these errors were encountered: