Skip to content

Latest commit

 

History

History
70 lines (46 loc) · 1.75 KB

File metadata and controls

70 lines (46 loc) · 1.75 KB

DiorSolutions

DiorSolutions is a modern, high-performance web platform crafted with precision and creativity.
It showcases cutting-edge UI/UX, lightning-fast load times, and a clean, professional design — built to inspire and empower developers, designers, and businesses.

Where design meets engineering — turning ideas into reality.


🌟 Features

  • Blazing Fast – Powered by Next.js for optimal performance
  • 🎨 Elegant UI – Tailored design with pixel-perfect details
  • 📱 Fully Responsive – Works seamlessly across all devices
  • 🛠 Developer-Friendly – Easy to customize and extend
  • 🚀 Production Ready – Optimized for deployment from day one

🖥 Live Demo

Check it out here: diorsolutions.site


Let's see 😉

Pretty cursor effects

image

Light + dark mode & with three different langs translations

image

🚀 Getting Started

First, Clone this repo to your local:

# get source code
git clone https://github.com/diorsolutions/portfolio

# select your local cloned folder
cd {your-project-folder}

# install packages & modules
npm install

# if you use the pnpm to intstall packages & modules
pnpm install

Second, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.