Resources

API Resources

Application Programming Interface (API) are interfaces or communication protocol that simplifies implementation and maintenance of software. In order to access most API's, many languages use HTTP protocol to communicate with the servers that host the API and retrieve data.

Resource logo

X API

X API retrieves data on tweets, direct messages, trends, users, and many more of X's features.

API Reference
Open link in new window
Resource logo

Google Cloud API

Google Cloud API has many cloud services and APIs for storage access, machine-learning etc.

API Reference
Open link in new window
Resource logo

ZotGPT Creator

ZotGPT Creator is a tool by OIT that allows you to create customized AI chatbots for your projects.

API Reference
Open link in new window

Backend Framework Resources

Backend Frameworks are a variety of middleware services used to connect to other API and database vendors to fit your project's needs.

Resource logo

Flask

Flask is a micro web framework written in Python that can be used to build your backends quickly and efficiently.

Reference
Open link in new window
Resource logo

Fast API

Fast API is a web framework for building APIs with Python 3.8+ based on standard Python type hints.

Fast API is a web framework for building APIs with Python 3.8+ based on standard Python type hints.

Reference
Open link in new window

Frontend Framework Resources

Frontend frameworks aid in the design of user interfaces and experiences. Your users will interact with your services through the frontend.

Resource logo

React

React is an open-source front-end JavaScript library for building user interfaces based on components.

Reference
Open link in new window
Resource logo

MDN Web Docs

MDN Web Docs contains documentation for learning HTML, CSS and JavaScript.

Reference
Open link in new window

Starter Pack Resources

Various starter packs to start you off on your coding journeys at ZotHacks, featuring a variety of technologies and tech stacks!

Resource logo

HTML/CSS/JS Starter Pack

HTML/CSS/JS Starter Pack:
Starter code for a basic HTML/CSS/Javascript website.

Reference
Open link in new window
Resource logo

Full Stack Starter Pack

Full Stack Starter Pack:
A template web application with a React frontend and FastAPI backend.

Reference
Open link in new window
Resource logo

Flask Starter Pack

Flask Starter Pack:
A Flask template that demonstrates API calls with an HTML/CSS frontend.

Reference
Open link in new window