Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xaquawolf/portfolio
Personal Portfolio and Blog, built with Next.js, TailwindCSS, Shadcn/ui, Aceternity/ui, Framer Motion
https://github.com/0xaquawolf/portfolio
aceternity-ui blog bunjs claude-ai cursor developer-blog developer-portfolio framer-motion nextjs14 portfolio portfolio-website reactjs shadcn-ui taliwindcss typescript
Last synced: 3 months ago
JSON representation
Personal Portfolio and Blog, built with Next.js, TailwindCSS, Shadcn/ui, Aceternity/ui, Framer Motion
- Host: GitHub
- URL: https://github.com/0xaquawolf/portfolio
- Owner: 0xAquaWolf
- License: gpl-3.0
- Created: 2024-08-26T16:34:42.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-07T23:18:42.000Z (3 months ago)
- Last Synced: 2024-10-10T10:41:22.415Z (3 months ago)
- Topics: aceternity-ui, blog, bunjs, claude-ai, cursor, developer-blog, developer-portfolio, framer-motion, nextjs14, portfolio, portfolio-website, reactjs, shadcn-ui, taliwindcss, typescript
- Language: TypeScript
- Homepage: https://0xAquaWolf.com
- Size: 21.8 MB
- Stars: 40
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Portfolio & Blog
For many years i dreamed of a smooth and modern website to showcase everything that i have learned after 8 years, this is my love letter to Web Developement as a Full-Stack Engineer with a passion for UI/UX design.
View Demo
ยท
Report Bug
ยท
Request Feature
About This Project
[![Portfolio Screen Shot][product-screenshot]](https://0xaquawolf.com)
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
Built With
## Getting Started
To get a local copy up and running, follow these simple steps.
### Prerequisites
- Bun
```sh
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:
```bash
YOUTUBE_API_KEY=""
GITHUB_ACCESS_TOKEN=""
```### Installation
1. Clone the repo
```sh
git clone https://github.com/0xAquaWolf/portfolio.git
```
2. Install packages
```sh
bun install
```
3. Start the development server
```sh
bun run dev
```
## Usage
Gain inspiration for your own portfolio
fork it
clone it
whatever you like
## Roadmap
- Hero Section
- [x] Nav Menu
- [x] Call to actions
- [x] Mobile Responsiveness
- [ ] Menu Widescreen responsiveness min-w-[1440px]
- [x] Logo Cloud
- [x] Widescreen responsiveness min-w-[1440px]
- [x] Widescreen make bigger
- [x] Tablet row layout (md:flex-row)
- [x] Stats Section with dynamic info
- [x] Design in figma
- [x] Code with tailwindcss
- [x] Dynamic data from API
- [x] Animate number with framer-motion
- [x] Youtube video section with live view count
- [x] Design in figma
- [x] Code with tailwindcss
- [x] Dynamic data from API
- [x] Animate number with framer-motion
- [ ] Cache response from YouTube API
- [ ] Create list of top videos and link to playlist
- [x] 1st Quote Section
- [x] About me Section
- [x] Projects and Startups Section
- [x] 2nd Quote Section
- Blog
- [x] Use Markdown files
- [x] Use MDX Files
- [x] 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
- [x] Join the Newsletter section
- [ ] API call to backend to add to list with Mautic
- [x] Footer with social links
- [ ] Mobile responsivenessSee the [open issues](https://github.com/0xAquaWolf/your-portfolio-repo/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](https://twitter.com/0xAquaWolf)
[Aquawolf Academy Discord](https://discord.gg/wzPBjEcn87)
## Acknowledgments
- [Next.js Documentation](https://nextjs.org/docs)
- [TypeScript Documentation](https://www.typescriptlang.org/docs/)
- [Tailwind CSS Documentation](https://tailwindcss.com/docs)
- [Shadcn UI](https://ui.shadcn.com/)
- [Aceternity UI](https://ui.aceternity.com/)
- [React Icons](https://react-icons.github.io/react-icons/)
- [Bun Documentation](https://bun.sh/docs)
- [Node.js Documentation](https://nodejs.org/en/docs/)[forks-shield]: https://img.shields.io/github/forks/0xAquaWolf/your-portfolio-repo.svg?style=for-the-badge
[forks-url]: https://github.com/0xAquaWolf/your-portfolio-repo/network/members
[stars-shield]: https://img.shields.io/github/stars/0xAquaWolf/your-portfolio-repo.svg?style=for-the-badge
[stars-url]: https://github.com/0xAquaWolf/your-portfolio-repo/stargazers
[issues-shield]: https://img.shields.io/github/issues/0xAquaWolf/your-portfolio-repo.svg?style=for-the-badge
[issues-url]: https://github.com/0xAquaWolf/your-portfolio-repo/issues
[license-shield]: https://img.shields.io/github/license/0xAquaWolf/your-portfolio-repo.svg?style=for-the-badge
[license-url]: https://github.com/0xAquaWolf/your-portfolio-repo/blob/master/LICENSE.txt
[product-screenshot]: /public/images/png/portfolio-preview.png
[Next.js]: https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white
[Next-url]: https://nextjs.org/
[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
[React-url]: https://reactjs.org/
[TypeScript]: https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white
[TypeScript-url]: https://www.typescriptlang.org/
[Tailwind CSS]: https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white
[Tailwind-url]: https://tailwindcss.com/
[Shadcn UI]: https://img.shields.io/badge/Shadcn_UI-000000?style=for-the-badge&logo=shadcnui&logoColor=white
[Shadcn-url]: https://ui.shadcn.com/
[Aceternity UI]: https://img.shields.io/badge/Aceternity_UI-FF4785?style=for-the-badge&logo=storybook&logoColor=white
[Aceternity-url]: https://ui.aceternity.com/
[Bun]: https://img.shields.io/badge/Bun-000000?style=for-the-badge&logo=bun&logoColor=white
[Bun-url]: https://bun.sh/
[Node.js]: https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white
[Node-url]: https://nodejs.org/## Star History
## Farewell
Wholeness and balanced Vibrations ๐