Note
This project is created for educational and practice purposes only. The company name "Flowt" is entirely fictional and any resemblance to actual companies, organizations, products, or entities, living or dead, is purely coincidental. The usage of the name "Flowt" in this project does not imply any real-world association or endorsement. This project should not be construed as representing any real company or organization. Additionally, any partner names mentioned in this project are purely fictional and do not represent real companies or organizations. Any resemblance to actual companies, products, or entities is purely coincidental.
A landing page with beautiful and subtle animation for a fictional company, Flowt. Built by using Next.js 14, React, TypeScript, Tailwind CSS, and Framer Motion.
These instructions will help you set up and run the project on your local machine for development and testing purposes.
- Clone the repository
git clone https://github.com/evanch98/flowt-landing-page.git
cd your-repo-name
- Install the required dependencies:
npm install
- Run the development server:
npm run dev
The development server will run on localhost:3000
.
- Checkout the Storybook (optional):
npm run storybook
The Storybook server will run on localhost:6006
.
Next.js
React
Tailwind CSS
TypeScript
Framer Motion