This is a website project for a company that specializes in IT solutions, offering services from:
- Support and maintenance: Technical support to ensure the functioning of systems.
- Network infrastructure: Planning and implementation of secure and efficient networks.
- Remote support: Remote technical support for quick problem resolution.
- Cybersecurity: Protection against digital threats to keep data safe.
This project was developed with the following technologies:
- React.js + Vite
- TypeScript
- Node.js
- CSS
├── src/ # Project Source Code
│ ├── @types/ # TypeScript Global Declarations
│ ├── assets/ # Images, icons and static files
│ ├── components/ # Reusable components
│ ├── context/ # Global States Contexts
│ ├── motion/ # Animation Definitions
│ ├── pages/ # Main pages
│ ├── schema/ # Form validation structures
│ ├── styles/ # Global styles and themes
│ └── utils/ # Utilitarian functions
├── .gitignore # Files and folders ignored by GIT
├── .eslint.config.js # Eslint Settings File
├── index.html # Project HTML Page
├── package-lock.json # Blocking versions of installed dependencies.
├── package.json # Project dependencies and scripts
├── README.md # Project Documentation
├── tsconfig.app.json # Specific Settings for Application Build (TS)
├── tsconfig.json # General TypeScript Settings
└── tsconfig.node.json # TypeScript Settings for Node.JS EnvironmentBefore you start, make sure you have installed:
- Node.js (latest stable version)
- Package Manager (NPM, Yarn or PNPM)
Clone the repository and install the facilities:
git clone https://github.com/seu-usuario/nome-do-projeto.git
cd nome-do-projeto
npm install # ou yarn install ou pnpm installnpm run dev # ou yarn dev ou pnpm devAccess the project in: http://localhost:5173
- 🏠 Home – Company/Project Presentation.
- 🛠 Services – Description of the services offered.
- 📞 Contact – Form and contact information.
Access the project through the link: https://plug-ti.vercel.app/