portfolio

Personal Portfolio and Blog, built with Next.js, TailwindCSS, Shadcn/ui, Aceternity/ui, Framer Motion

GPL-3.0 License

Stars
35
Committers
1

This is my personal portfolio and blog website. It showcases my projects, skills, and thoughts on various topics in the tech industry. The site is built with modern web technologies to ensure a smooth, responsive, and visually appealing experience for visitors.

Key Features:

  • Responsive design that looks great on both desktop and mobile devices
  • Portfolio section to showcase my projects with detailed descriptions
  • Blog section for sharing my thoughts and experiences in the tech world
  • Dark mode support for comfortable viewing in any lighting condition
  • Fast loading times and optimized performance

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

  • Bun
    curl -fsSL https://bun.sh/install | bash
    

Environment Variables

To run this project, you will need to add the following environment variables to your .env file:

YOUTUBE_API_KEY=""
GITHUB_ACCESS_TOKEN=""

Installation

  1. Clone the repo
    git clone https://github.com/0xAquaWolf/portfolio.git
    
  2. Install packages
    bun install
    
  3. Start the development server
    bun run dev
    

Usage

Gain inspiration for your own portfolio

fork it

clone it

whatever you like

Roadmap

  • Hero Section
    • Nav Menu
    • Call to actions
    • Mobile Responsiveness
    • Menu Widescreen responsiveness min-w-[1440px]
  • Logo Cloud
    • Widescreen responsiveness min-w-[1440px]
    • Widescreen make bigger
    • Tablet row layout (md:flex-row)
  • Stats Section with dynamic info
    • Design in figma
    • Code with tailwindcss
    • Dynamic data from API
    • Animate number with framer-motion
  • Youtube video section with live view count
    • Design in figma
    • Code with tailwindcss
    • Dynamic data from API
    • Animate number with framer-motion
    • Cache response from YouTube API
    • Create list of top videos and link to playlist
  • 1st Quote Section
  • About me Section
  • Projects and Startups Section
  • 2nd Quote Section
  • Blog
    • Use Markdown files
    • Use MDX Files
    • Syntax Highlighting with Shiki
    • Add comment system for blog posts
    • Add microinteraction with heart
    • Add read time based on words per minute
    • Add view count
  • Add Backend with Supabase
    • Create API endpoints for blog posts
    • Create API endpoints for newsletter
    • Create API endpoints for projects
    • Create API endpoints for stats
  • Join the Newsletter section
    • API call to backend to add to list with Mautic
  • Footer with social links
    • Mobile responsiveness

See the open issues for a full list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GPL License. See LICENSE for more information.

Contact

Twitter / x - @0xAquaWolf

Aquawolf Academy Discord

Acknowledgments

Star History

Farewell

Wholeness and balanced Vibrations 🙌

Badges
Extracted from project README's
Portfolio Screen Shot
Related Projects