Skip to content

takowprogrammer/looptech-website

Repository files navigation

Loop Technologies CO LTD - Website

A modern, professional website for Loop Technologies, an IT consulting startup based in Buea, Cameroon.

🚀 Features

  • Modern Design - Purple gradient theme with glassmorphism effects
  • Responsive - Fully responsive design for all devices
  • 5 Pages - Home, About, Services, Projects, Contact
  • SEO Optimized - Meta tags and semantic HTML
  • Animated - Smooth CSS animations and hover effects
  • Fast - Built with Next.js 14 for optimal performance https://youtu.be/vk13GJi4Vd0?si=aLEYl5oQOpBmynVL

📦 Tech Stack

  • Framework: Next.js 14 (App Router)
  • Styling: CSS Modules
  • Fonts: Inter (Google Fonts)
  • Icons: Custom SVGs

🛠️ Getting Started

Prerequisites

  • Node.js 18+ installed
  • npm or yarn

Installation

  1. Navigate to the project directory:

    cd Looptech-site
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev
  4. Open http://localhost:3000 in your browser

Build for Production

npm run build
npm start

📁 Project Structure

src/
├── app/
│   ├── globals.css      # Design system & global styles
│   ├── layout.js        # Root layout with Navbar/Footer
│   ├── page.js          # Home page
│   ├── page.module.css  # Home page styles
│   ├── about/           # About page
│   ├── services/        # Services page
│   ├── projects/        # Projects page
│   └── contact/         # Contact page
└── components/
    ├── Navbar.js        # Navigation component
    ├── Footer.js        # Footer component
    ├── Hero.js          # Hero section component
    └── ServiceCard.js   # Service card component

🎨 Design System

Colors

  • Primary Purple: #6366f1
  • Violet: #7c3aed
  • Lavender: #ddd6fe
  • Pink Accent: #f5d0fe

Typography

  • Font: Inter (Google Fonts)
  • Headings: Bold/Extrabold
  • Body: Regular

📞 Contact Information

  • Company: Loop Technologies CO LTD
  • Location: Beside Winners Pharmacy, Iya Avenue, Great Soppo, Buea
  • Phone: (+237) 674 081 245 / 693 198 398
  • Email: support@luptek.com / infos@luptek.com

📝 License

© 2024 Loop Technologies CO LTD. All rights reserved.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors