Digital solutions and IT services focused on performance, security, and reliability.
Layout • Overview • Technologies • Structure • How to Run • Deploy
You can view the project layout through the link below:
Remembering that you need to have a Figma account to access it.
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.
This project was built with:
- React + Vite
- TypeScript
- React Router
- React Hook Form + Zod
- Framer Motion (motion)
- CSS Modules
├── 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- Node.js (LTS recommended)
- npm, yarn, or pnpm
git clone https://github.com/seu-usuario/nome-do-projeto.git
cd nome-do-projeto
npm installnpm run devApp available at: http://localhost:5173
npm run buildnpm run preview- Home: company presentation, value proposition, and highlights.
- Services: details of the services offered.
- Contact: form and contact information for lead conversion.
Access the live version at: https://plug-ti.vercel.app/
