Welcome to the source code of my personal portfolio website. Crafted with care and love, this is where I showcase my work and share my thoughts. This website supports a π light and π dark theme, leveraging the amazing Next.js framework, powered by the stylish and accessible Chakra UI and animated with the help of Framer Motion. Last but not least, it's deployed on the reliable platform of Netlify.
- Light and Dark mode support π
- Elegant and responsive design π±
- Smooth and subtle animations π«
- Fast and optimized π
- Next.js - A React framework that enables server-side rendering and generating static websites for React based web applications.
- Chakra UI - A simple, modular and accessible component library that gives you the building blocks you need to build your React applications.
- Framer Motion - A production-ready motion library for React. Utilize the power of animation to effectively communicate your website's message.
- Netlify - An all-in-one platform for automating modern web projects. It simplifies the process of hosting, building, and deploying websites.
To get started, just clone the repository and run npm install
:
git clone https://github.com/ShinnoT/portfoliov1.git
cd portfoliov1
npm install
npm run dev
Then open http://localhost:3000
with your browser to see the result.
This project is licensed under the MIT License.
Thank you to the creators of these wonderful libraries and tools that made this project possible. Also shout out to @craftzdog for creating an awesome portfolio design which is the basis for my portfolio.
Made with β€οΈ by Shinno Taguchi