Skip to content

zarakk/front-ui

Repository files navigation

FrontUI

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.

Features

  • 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.

Technologies Used

  • 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.

Getting Started

Prerequisites

  • Node.js (v14 or later)
  • npm or yarn

Installation

  1. Clone the repository:
   git clone 
   cd frontui
  1. Install dependencies:
npm install
# or
yarn install
  1. Start the development server:
   npm run dev

Releases

No releases published

Packages

No packages published