Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K72 — Agency website (React + Vite)

This repository contains the source for a small agency / portfolio website built with React and Vite. It uses Tailwind CSS for styling and GSAP for animations.

Project overview

The site is a single-page React application (client-side routing via React Router) with animated interactions. It's intended as a marketing/portfolio site for an agency, featuring a home hero, project list and detail pages, and a fullscreen navigation component.

Tech stack

  • Vite (dev server + build)
  • React 18
  • React Router DOM
  • Tailwind CSS
  • GSAP (GreenSock) and @gsap/react for animations
  • ESLint for linting

Quick setup

Prerequisites: Node.js (>=16 recommended) and npm or yarn.

  1. Install dependencies
npm install
# or
yarn
  1. Start the dev server
npm run dev
  1. Open the app

By default Vite serves at http://localhost:5173. Your terminal will show the exact URL.

  1. Build for production
npm run build
  1. Preview production build locally
npm run preview

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages