Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evanch98/flowt-landing-page
A landing page for a fictional company. Built with Next.js, React, TypeScript, Tailwind CSS, and Framer Motion.
https://github.com/evanch98/flowt-landing-page
framer-motion landing-page micro-animations nextjs react storybook tailwindcss typrescript web-animation
Last synced: 9 days ago
JSON representation
A landing page for a fictional company. Built with Next.js, React, TypeScript, Tailwind CSS, and Framer Motion.
- Host: GitHub
- URL: https://github.com/evanch98/flowt-landing-page
- Owner: evanch98
- Created: 2024-07-21T04:20:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T09:04:13.000Z (6 months ago)
- Last Synced: 2024-11-21T13:54:29.933Z (2 months ago)
- Topics: framer-motion, landing-page, micro-animations, nextjs, react, storybook, tailwindcss, typrescript, web-animation
- Language: TypeScript
- Homepage: https://flowt-landing-page.vercel.app
- Size: 1.79 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# soller-landing-page
> [!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.## Description
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.
## Getting Started
These instructions will help you set up and run the project on your local machine for development and testing purposes.
1. **Clone the repository**
```bash
git clone https://github.com/evanch98/flowt-landing-page.git
cd your-repo-name
```2. **Install the required dependencies:**
```bash
npm install
```3. **Run the development server:**
```bash
npm run dev
```
The development server will run on `localhost:3000`.4. **Checkout the Storybook (optional):**
```bash
npm run storybook
```
The Storybook server will run on `localhost:6006`.## Technologies Used
- `Next.js`
- `React`
- `Tailwind CSS`
- `TypeScript`
- `Framer Motion`