This project is built using modern web technologies to deliver a fast, responsive, and professional digital experience for NexaTech Rwanda.
- Vite – lightning-fast frontend tooling
- React – modern UI library
- TypeScript – type-safe development
- Tailwind CSS – utility-first styling
- shadcn-ui – accessible UI components
- Framer Motion – smooth and elegant animations
You can edit this project using any of the following methods:
# Clone the repository
git clone <YOUR_GIT_URL>
# Enter project directory
cd <YOUR_PROJECT_NAME>
# Install dependencies
npm install
# Start development server
npm run devThe app will automatically reload when you make changes.
- Open any file in the repo
- Click the pencil icon to edit
- Commit your changes
- Go to the repo → Code → Codespaces
- Create a new Codespace
- Start editing with a full online VS Code environment
This project can be deployed to any modern hosting provider (Vercel, Netlify, Cloudflare, etc.). Build the production bundle with:
npm run buildThen deploy the dist folder.
- Clean, modern UI
- Smooth animations
- Responsive design
- Easy to customize
- Fast development environment
Pull requests are welcome! Feel free to fork this project and submit improvements.
This project is licensed under your preferred license (MIT recommended).