Designaroni Next

screenshot of Designaroni Next
framer
nextjs
react
scss
strapi

Repo for Designaroni front end built on Next JS

Overview

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.

Features

  • Next.js: The project is built with Next.js, a popular React framework that provides server-side rendering, routing, and other powerful features.
  • TypeScript: TypeScript is used for type-checking and improving developer productivity and code quality.
  • GraphQL: The project uses GraphQL as a data query language to fetch data from the headless CMS backend.
  • Framer Motion: Framer Motion is used for animations, providing smooth and visually appealing transitions and effects.
  • Phosphor Icons: Phosphor Icons is a collection of high-quality icons that are used throughout the application for visual elements.
  • SASS & CSS Modules: SASS and CSS Modules are used for styling, allowing for modularity and easy maintenance of styles.
  • Prettier & ESLint: Prettier and ESLint are used for code formatting and linting, enforcing code style and improving code quality.
  • Stylelint: Stylelint is used for linting SCSS code, ensuring consistent and error-free styling.

Summary

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.

framer
Framer

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.

nextjs
Next.js

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
React

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
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.

strapi
Strapi

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.

portfolio
Portfolio

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
Eslint

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.

framer-motion
Framer Motion

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.

graphql
Graphql

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
Postcss

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

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
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.