BillyFrcs / BF

Billy's Personal Portfolio Website.

Home Page:https://billyfrcs.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Portfolio Website

My personal portfolio website, which features some of my Github Projects especially my technical skills.

Stack

  • Next.js - A React framework with hybrid static & server rendering, and route pre-fetching, etc.
  • Chakra UI - A simple, modular and accessible component library for React.
  • Three.js - 3D library for JavaScript.
  • Framer Motion - An animation library for React.
  • EmailJS - Send Email Directly From JavaScript.

Project Structure

$PROJECT_ROOT
│   # Page files
├── pages
│   # React component files
├── components
│   # Non-react modules
├── lib
│   # Static files for images and 3d model file
└── public

🛠 Setup And Installation

  1. Installation via Node.js with npm package npm install
  2. Install Next.js with npm install next
  3. Preview the website, run npm run dev and open the localhost:3000 in the browser.

About

Billy's Personal Portfolio Website.

https://billyfrcs.vercel.app

License:MIT License


Languages

Language:JavaScript 96.6%Language:CSS 3.4%