A modern, visually rich web experience built with React and Vite, featuring smooth animations, creative layouts, and interactive UI components.
- ⚡ Fast development with Vite
- 🎨 Built with React
- 🏆 Animated components using framer-motion
- 🚀 Smooth scrolling with locomotive-scroll
- 🌈 Styled using Tailwind CSS
- ✨ Modular component structure
npm install
Start the development server:
npm run dev
Open http://localhost:5173 to view the app in your browser.
To build for production:
npm run build
npm run preview
npm run lint
refokus/
├── public/
├── src/
│ ├── Components/
│ ├── assets/
│ ├── App.jsx
│ ├── main.jsx
│ └── ...
├── index.html
├── package.json
└── ...