Skip to content

Latest commit

 

History

History
82 lines (60 loc) · 2.16 KB

README.md

File metadata and controls

82 lines (60 loc) · 2.16 KB

Personal Website

🌐: vaibhavvast.tech

My personal website. An easy modifiable, simple NextJs, Styled Components application that deploys automatically for free using Vercel.
Build using modern JavaScript, based on create-next-app with Styled Components

🛠 Tech Stack Used :-

  • Next.js
  • Styled Components
  • Structured files & folder
  • HTML5 & CSS3

🔖 Features :-

  • Responsive design
  • Light/Dark Theme
  • Theme Based styling
  • Background Blur effect
  • Following best practices
  • Component rich Architecture

Getting Started :-

Clone down this repository. You will need node.js and git installed globally on your machine.

🛠 Installation and Setup Instructions :-

  1. Installation:

    npm install
  2. Build the project

    npm run build
  3. In the project directory, you can run the development server:

    npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.

📃 Instructions :-

Open the project folder and Navigate to /src/components/.
You will find all the components used and you can edit accordingly or play around.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Todo

  • Add fonts
  • change site icon
  • projects section
    • work
    • side projects
    • practice
      • go fun
      • deepgram topic detection

Contributing