Welcome to my personal portfolio website! 🌟 This site showcases my skills, projects, certifications, and contact information.
- Introduction or About Me: Get to know me better with a brief introduction.
- Education Info: Learn about my educational background.
- Skills: Check out my programming languages and other skills.
- Projects: Explore my projects with descriptions and links.
- Certifications and Courses: See the certifications and courses I've completed.
- Contact Me: Reach out to me via email or connect on social media.
- React.js: JavaScript library for building UIs.
- Next.js: React framework for server-rendered applications.
- CSS: Custom styling for a unique look.
- FontAwesome: Library for adding icons to the website.
- Clone the repository:
git clone https://github.com/gaureshpai/portfolio.git
- Install dependencies:
cd portfolio
npm install
- Run the development server:
npm run dev
- Customize the content: Update the content of each page in the
pages
directory. - Update styling: Modify the styling in the
styles
directory to match your preferences. - Add projects and certifications: Populate the respective pages with your own projects and certifications.
- Update navigation: Modify the navigation links in the
Navbar
component to navigate to the desired sections. - Update metadata: Customize the metadata in the
RootLayout
component for better SEO.
This project is licensed under the MIT License.