mirror of
https://github.com/LukasDzenk/saas-landing-nextjs.git
synced 2026-05-28 14:07:32 +00:00
SaaS Landing Page, built with React, Next.js, TailwindCSS, and Framer Motion. It aims to provide a visually appealing and highly performant landing page for SaaS products.
- TypeScript 92%
- JavaScript 4.3%
- CSS 3.7%
| src | ||
| .eslintrc.json | ||
| .gitignore | ||
| next.config.mjs | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.mjs | ||
| README.md | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
SaaS Landing Page
Welcome to the Stunning SaaS Landing Page project! This project is built with React, Next.js, TailwindCSS, and Framer Motion. It aims to provide a visually appealing and highly performant landing page for SaaS products.
Table of Contents
Demo
Check out the live demo of the project here.
Features
- Responsive design
- Smooth animations with Framer Motion
- Modern UI with TailwindCSS
- Server-side rendering with Next.js
- Easy to customize
Technologies Used
- React: A JavaScript library for building user interfaces
- Next.js: A React framework with server-side rendering capabilities
- TailwindCSS: A utility-first CSS framework for rapid UI development
- Framer Motion: A library for creating animations in React
Installation
To get started with this project, clone the repository and install the dependencies:
git clone https://github.com/harshxraj/saas-landing-nextjs.git
cd saas-landing-nextjs
npm install
Usage
To start the development server, run:
npm run dev
Open http://localhost:3000 in your browser to see the project.