Website New

screenshot of Website New
svelte
vite
scss

SvelteKit source files of the PoliTo Rocket Team website

Overview

The PoliTo Rocket Team (PRT) website is built using the SvelteKit framework with the adapter-static. It incorporates features such as a code formatter, production build, and an external text server.

Features

  • Code Formatter: PRT uses the Prettier extension to format code for improved readability among developers.
  • Production Build: The website can be built into a production version using the provided steps.
  • External Text Server: A future feature, allowing admins with custom permissions to edit specific texts on the website.

Summary

The PRT website is built using the SvelteKit framework and includes features such as a code formatter and production build. It also discusses a future feature of an external text server that would allow admins to edit specific texts on the website.

svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

scss
SCSS

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.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

Yup

Yup is a schema builder for runtime value parsing and validation. It provides a declarative way to define validation schemas with support for complex nested objects, array validation, and custom validation rules. Often used with Formik for form validation.