Skip to content

Latest commit

Β 

History

History
37 lines (30 loc) Β· 1.25 KB

File metadata and controls

37 lines (30 loc) Β· 1.25 KB

Jonathanishak – Personal Website

This is a personal portfolio website built with Next.js to showcase projects, experience, and skills. It features a responsive design, smooth animations, and fast performance with modern frontend frameworks.

πŸ† Features

🌐 Landing Page

  • Clean and responsive layout using Next.js and Tailwind CSS

🎯 Smooth Animations

  • Interactive and engaging UI using Framer Motion

πŸ”₯ Performance

  • Automatic code splitting and lazy loading

πŸš€ Deployment

  • Deployed on Vercel for seamless CI/CD and fast global performance

πŸš€ Technologies Used

  • Next.js – Framework for server-side rendering and static site generation
  • React – Component-based frontend framework
  • Tailwind CSS – Utility-first styling for quick development
  • Framer Motion – Animation library for React
  • Vercel – Hosting and serverless functions

πŸ“„ Folder Structure

β”œβ”€β”€ src
β”‚   β”œβ”€β”€ app
β”‚   β”œβ”€β”€ public
β”œβ”€β”€ .gitignore
β”œβ”€β”€ package.json
β”œβ”€β”€ tailwind.config.mjs
β”œβ”€β”€ next.config.mjs
β”œβ”€β”€ jsconfig.json
  • app – Page and component files
  • public – Static files (images, fonts, etc.)