Giter VIP home page Giter VIP logo

animated-portfolio-framer-motion's Introduction

Animated Portfolio

Introducing "Animated Portfolio" โ€“ Your Gateway to Dynamic Personal Branding!

Elevate your online presence with the power of motion! ๐Ÿš€ Unleash the potential of your personal portfolio website with the Animated Portfolio, crafted with Next.js, TypeScript, and Framer Motion. Experience the perfect blend of seamless animations and cutting-edge technology to showcase your skills, projects, and achievements in a truly captivating way.

Key Features:

โœจ Next.js: Harness the efficiency of React with Next.js for a performant and SEO-friendly portfolio.

๐Ÿš€ TypeScript: Elevate your coding game with the power of TypeScript, ensuring a robust and scalable foundation for your portfolio.

๐ŸŽฌ Framer Motion: Infuse life into your website with stunning animations, adding a layer of creativity to every scroll and click.

Getting Started:

  1. Clone the repository: git clone [repository-url]
  2. Navigate to the project directory: cd [folder-name]
  3. Install dependencies: npm install
  4. Set up the required environment variables. Create a .env file in the root directory and add the necessary variables. You can use the .env.example file as a template.
  5. Run the project: npm run dev

Project Structure:

  • src/pages: Contains the Next.js pages for different routes.
  • src/styles: Contains the css files.

Technologies Used

This project makes use of the following technologies:

  • Next.js: A React framework for building web applications.
  • Typescript: Superset of JavaScript to enhance readability.
  • Framer Motion: Popular animation library for React applications.
  • Tailwind CSS: Utility-first CSS framework.
  • EmailJS: A JavaScript package for sending emails from web

Husky Setup

This project is already bootstrapped with husky. However here are the details how you can setup husky in your project:

  • Go to husky getting-started guide and install & setup husky

  • Add the following code in package.json scripts section to check lint & type errors:

    "check-types": "tsc --noemit",
    "lint": "eslint --fix . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "pre-commit": "npm run lint && npm run check-types"
  • Now change the pre-commit code in .husky folder to:
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run pre-commit
    • Here pre-commit command would be executed before commit and if there is any error, your commit would be aborted.

Contributing:

Contributions are welcome! Feel free to open issues or submit pull requests to improve the project.

License:

This project is licensed under the MIT License.

Author Links

๐Ÿ‘‹ Hello, I'm Ikram Ul Haq - Web Developer & Programmer

โ˜• Buy Me A Coffee

๐Ÿš€ Follow Me:

animated-portfolio-framer-motion's People

Contributors

ikramdeveloper avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

megh2005

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.