Repo for Designaroni front end built on Next JS
The Designaroni Next project is a web application built with Next.js, TypeScript, GraphQL, and other technologies. It uses a headless CMS backend hosted on Digital Ocean and AWS to serve a GraphQL API to the frontend. The project includes features such as Framer Motion for animations, Phosphor Icons for iconography, SASS and CSS Modules for styling, and various linting and testing tools. The project is hosted on Vercel and can be deployed easily using their platform. Overall, Designaroni Next is a versatile and customizable web application built with modern web development technologies.
Designaroni Next is a web application built with Next.js, TypeScript, GraphQL, and other modern web development technologies. It offers a range of features including animations, iconography, SASS and CSS Modules for styling, and linting tools for code quality. The installation process involves cloning the repository, installing dependencies, setting up environment variables, and starting the development server. Overall, Designaroni Next is a versatile and customizable web application that can be used as a starting point for building web projects.
With Framer, you get a complete set of tools to design, ship, host, and maintain stunning websites for your clients. Take on any project confidently, knowing you can deliver high-quality work quickly.
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.
Strapi is an open source headless CMS that provides a customizable content management system and API for your projects. It allows you to manage content in a visual interface and use a REST or GraphQL API to retrieve the data.
A portfolio website is a type of website that showcases an individual's or a company's work, skills, and accomplishments. It typically includes a gallery of images or videos, case studies, and client testimonials to provide potential clients or employers with a comprehensive overview of their experience and expertise.
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.
Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.
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.
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.
Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.
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.