The template all chapters can use to build their own website. First created by our UIUC chapter using NextJS, and perfected with Contentful CMS integration
The Hack4Impact's Chapter Website Template is a static website generator that is built for efficiency and easy updating. It utilizes NextJS and Contentful to create a flexible and customizable website. NextJS allows for easy building of static HTML pages and the option for server rendering and caching. Contentful acts as a CMS where content and media can be hosted and easily added to the website without needing developer assistance.
The Hack4Impact's Chapter Website Template is a powerful tool for easily creating and maintaining a static website. With NextJS and Contentful, users have the flexibility to add content and make updates without requiring technical expertise. The template's features, such as easy updating and optional content handling, make it a valuable resource for chapters looking to quickly deploy a professional website.
Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.