https://github.com/seyitbugraerden/Next14-ModernLanding
Next.js @14.2 | React @18 | Framer Motion @11 |
https://github.com/seyitbugraerden/Next14-ModernLanding
framer-motion modern-landing-page nextjs
Last synced: 5 months ago
JSON representation
Next.js @14.2 | React @18 | Framer Motion @11 |
- Host: GitHub
- URL: https://github.com/seyitbugraerden/Next14-ModernLanding
- Owner: seyitbugraerden
- Created: 2024-11-24T18:06:31.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T22:00:48.000Z (6 months ago)
- Last Synced: 2025-01-29T23:42:21.251Z (5 months ago)
- Topics: framer-motion, modern-landing-page, nextjs
- Language: TypeScript
- Homepage: https://next-modern-landing.vercel.app
- Size: 541 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modern Animated Landing Design with Next.js 14

# :notebook_with_decorative_cover: Table of Contents
- [Folder Structure](#bangbang-folder-structure)
- [Getting Started](#toolbox-getting-started)
- [Screenshots](#camera-screenshots)
- [Tech Stack](#gear-tech-stack)
- [Stats](#wrench-stats)
- [Contribute](#raised_hands-contribute)
- [Acknowledgements](#gem-acknowledgements)
- [Follow Me](#rocket-follow-me)
- [Learn More](#books-learn-more)
- [Deploy on Vercel](#page_with_curl-deploy-on-vercel)
- [Give A Star](#star-give-a-star)## :bangbang: Folder Structure
Here is the folder structure of this app.
```bash
Next14-ModernLandingPage/
|- components/
|- app/
|-- global.css
|-- app.tsx
|-- layout.tsx
|- public/
|- types/
|- section/
|- assets/
|- .eslintrc.json
|- .gitignore
|- next.config.js
|- package-lock.json
|- package.json
|- postcss.config.js
|- tailwind.config.js
|- tsconfig.js
```
## :toolbox: Getting Started
1. Make sure **Git** and **NodeJS** is installed.
2. Clone this repository to your local computer.
3. Open terminal in root directory. Run `npm install --legacy-peer-deps` or `yarn install --legacy-peer-deps`.
4. Now app is fully configured 👍 and you can start using this app using `npm run dev` or `yarn dev`.
## :camera: Screenshots:





## :gear: Tech Stack
[](https://react.dev/ "React JS") [](https://nextjs.org/ "Next JS") [](https://developer.mozilla.org/en-US/docs/Web/Typescript "Typescript") [](https://tailwindcss.com/ "Tailwind CSS") [](https://vercel.com/)
## :wrench: Stats

## :raised_hands: Contribute
You might encounter some bugs while using this app. You are more than welcome to contribute. Just submit changes via pull request and I will review them before merging. Make sure you follow community guidelines.
## :gem: Acknowledgements
Useful resources and dependencies that are used in Modern Landing.
### Production Dependencies
- [class-variance-authority](https://www.npmjs.com/package/next): ^0.7.0
- [framer-motion](https://www.npmjs.com/package/next): 11.11.11
- [next](https://www.npmjs.com/package/next): 14.2.18
- [react](https://www.npmjs.com/package/react): 18.3.1
- [react-dom](https://www.npmjs.com/package/react-dom): 18.3.1
- [react-icons](https://www.npmjs.com/package/react-dom): ^5.3.0
- [tailwind-merge](https://www.npmjs.com/package/lucide-react): 2.5.4### Development Dependencies
- [@types/node](https://www.typescriptlang.org/): ^20
- [@types/react](https://www.typescriptlang.org/): ^18
- [@types/react-dom](https://www.typescriptlang.org/): ^18
- [autoprefixer](https://www.npmjs.com/package/eslint): ^10.4.20
- [eslint](https://www.npmjs.com/package/eslint): ^8
- [eslint-config-next](https://www.npmjs.com/package/eslint-config-next): 15.0.2
- [postcss](https://www.npmjs.com/package/postcss): ^8
- [tailwindcss](https://www.npmjs.com/package/tailwindcss): ^3.4.1
- [typescript](https://www.typescriptlang.org/): ^5## :rocket: Follow Me
[](https://github.com/seyitbugraerden "Follow Me")
[](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fsanidhyy%2Fmodern-portfolio "Tweet")
[](https://www.youtube.com/@SfenksMotovlog "Subscribe my Channel")## :books: Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## :page_with_curl: Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
## :star: Give A Star
You can also give this repository a star to show more people and they can use this repository.