FrontUI is a modern front-end redesign of a website built using Next.js, Framer Motion, TypeScript, and Tailwind CSS. The goal of this project is to enhance user experience with sleek animations and a responsive design.
- Responsive Design: Fully responsive layout that looks great on all devices.
- Smooth Animations: Utilizes Framer Motion for fluid animations that enhance user interactions.
- TypeScript Support: Provides type safety for better development experience and reduced runtime errors.
- Styled with Tailwind CSS: Utilizes utility-first CSS framework for rapid styling and customization.
- Next.js: A React framework for server-rendered applications.
- Framer Motion: A popular library for creating animations in React applications.
- TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.
- Tailwind CSS: A utility-first CSS framework for creating custom designs.
- Node.js (v14 or later)
- npm or yarn
- Clone the repository:
git clone
cd frontui
- Install dependencies:
npm install
# or
yarn install
- Start the development server:
npm run dev