Skip to content

ihawar/eivask-website

Repository files navigation

Eivask Website

Eivask website cover

Eivask is a marketing website for a piston ring brand.
I designed and developed the entire experience, focusing on performance, smooth animations, and a clean, modern UI.


✨ Features

  • Brand-focused marketing pages
  • Smooth UI animations and transitions
  • Headless CMS integration for content management
  • Fully responsive design

🛠 Tech Stack

  • Next.js — Frontend framework
  • Strapi — Headless CMS
  • Tailwind CSS — Styling
  • Framer Motion — Animations

🎥 Demo

👉 Watch the demo video


Building the project:

  1. Create a .env file:
DB_HOST=localhost
DB_NAME=eivask_db
DB_USERNAME=
DB_PASSWORD=
  1. Initialize the database:
#‌ create a database
CREATE DATABASE IF NOT EXISTS eivask_db;
mysql -u <YOUR USER NAME> -p eivask_db < schema.sql
  1. Install project dependencies
npm install
  1. Build the project and run it
npm run build

npm run start

About

Next js website for a piston ring company🚘🔧

Resources

Stars

Watchers

Forks