AcidOP / portfolio-website

Personal Website built with NextJS and React Bootstrap

Home Page:https://portfolio-website-tawny-xi.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edit: This is the older version of my website when I was new to Web Development.

My Personal Next.JS Website

This is the source code for my personal site, which is hosted at acidop.codes. I made the design as minimal as possible, and I'm very happy with it.

Tech stack used

How to run locally

  1. Clone the repo git clone https://github.com/AcidOP/acidop.codes.git
  2. Install dependencies npm install
  3. Run the development server npm run dev
  4. Open http://localhost:3000 with your browser to see the result.
  5. Edit the code and the page will update automatically.
  6. When you're done, run npm run build to build the site for production.
  7. Deploy it on Vercel or Netlify.

NOTE

  • If you want to use this code for your own site, you will need to change pages/about.jsx, pages/contact.jsx with your details and put your own projects in markdowns/projects/.

Stargazers 🌟

Stargazers repo roster for acidop.codes

About

Personal Website built with NextJS and React Bootstrap

https://portfolio-website-tawny-xi.vercel.app/


Languages

Language:JavaScript 78.7%Language:CSS 21.3%