Skip to content

rafael-vaz/plug

Repository files navigation

Plug IT Solutions

Digital solutions and IT services focused on performance, security, and reliability.

Deploy Vercel React 18 Vite 6 TypeScript 5

Plug application preview

LayoutOverviewTechnologiesStructureHow to RunDeploy

🔖 Layout

You can view the project layout through the link below:

Remembering that you need to have a Figma account to access it.

💻 Overview

Plug - IT Solutions is an institutional website for an IT services company focused on:

  • Support and maintenance: technical support to keep systems stable and available.
  • Network infrastructure: planning and implementation of secure, efficient networks.
  • Remote support: fast issue resolution without on-site assistance.
  • Cybersecurity: protection against digital threats and stronger data security.

🚀 Technologies

This project was built with:

  • React + Vite
  • TypeScript
  • React Router
  • React Hook Form + Zod
  • Framer Motion (motion)
  • CSS Modules

📂 Project Structure

├── public/
│   └── img/                # Logo, thumbnails and mockups used in README and app
├── src/
│   ├── @types/             # Global TypeScript declarations
│   ├── assets/             # Images, icons and static application files
│   ├── components/         # Reusable components (UI and page sections)
│   ├── contexts/           # Context API for shared state
│   ├── motion/             # Animation variants and transitions
│   ├── pages/              # Main pages
│   ├── routes/             # Route configuration
│   ├── schemas/            # Form validation schemas (Zod)
│   ├── styles/             # Global styles and themes
│   └── utils/              # Utility helpers
├── eslint.config.js
├── index.html
├── package.json
├── tsconfig.app.json
├── tsconfig.json
├── tsconfig.node.json
├── vite.config.ts
└── README.md

🔧 How to Run

Prerequisites

  • Node.js (LTS recommended)
  • npm, yarn, or pnpm

Installation

git clone https://github.com/seu-usuario/nome-do-projeto.git
cd nome-do-projeto
npm install

Development

npm run dev

App available at: http://localhost:5173

Production Build

npm run build

Local Build Preview

npm run preview

📌 Application Sections

  • Home: company presentation, value proposition, and highlights.
  • Services: details of the services offered.
  • Contact: form and contact information for lead conversion.

🚀 Deploy

Access the live version at: https://plug-ti.vercel.app/

About

Landing page for an IT solutions company showcasing support, networking, remote assistance, and cybersecurity services, built with React and TypeScript.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors