A super-minimal portfolio built with Next.js featuring three sections: About, Projects, and Blog.
# Install dependencies
npm install
# Run development server
npm run devOpen http://localhost:3000 in your browser.
- About (home page) - Introduction and overview
- Projects - Showcase your work
- Blog - Share your thoughts
- Edit your info in
pages/index.js - Add projects in
data/projects.js - Add blog posts in
data/posts.js - Customize styles in
styles/globals.css