Resources
API Resources
Application Programming Interface (API) are interfaces or communication protocols that simplify 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.
X API ![Open link in new window](/_next/static/media/open-new-window.e60a3000.svg)
API that retrieves data on tweets, direct messages, trends, users, and many more of X's features.
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.
Frontend Framework Resources
Frontend frameworks aid in the design of user interfaces and experiences. Your users will interact with your services through the frontend.
React ![Open link in new window](/_next/static/media/open-new-window.e60a3000.svg)
React is an open-source front-end JavaScript library for building user interfaces based on components.
Starter Pack Resources
Various starter packs to start you off on your coding journeys at ZotHacks, featuring a variety of technologies and tech stacks!
Full Stack Starter Pack ![Open link in new window](/_next/static/media/open-new-window.e60a3000.svg)
A template full stack web application with a React frontend and FastAPI backend.