Venkatesh G - Portfolio
Overview
This is my personal portfolio website showcasing my skills, projects, and experience as a Full-Stack Developer. The portfolio is built using Next.js and Tailwind CSS. It features a sidebar layout with project previews, descriptions, and links to the respective GitHub repositories.
Features
- Responsive Design: The layout adapts to various screen sizes, ensuring a seamless experience across devices.
- Project Showcase: Display of multiple projects with images, descriptions, and links to GitHub repositories.
- Navigation: Sidebar navigation to access different sections of the portfolio.
- Styling: Styled using Tailwind CSS for a modern, clean, and responsive design.
Technologies Used
- Next.js: React framework used for server-side rendering, static site generation, and routing.
- Tailwind CSS: Utility-first CSS framework used for styling the components.
Project Structure
- components/: Contains reusable components used throughout the project.
- public/: Stores static assets like images.
- pages/: Contains the pages of the portfolio, including the main layout and individual project pages.
- styles/: Contains global styles and Tailwind configuration.
Installation
- Clone the repository:
git clone https://github.com/venkateshramkumarg/Portfolio
- Navigate to the project directory:
cd Portfolio
- Install dependencies using Bun.js:
bun install
- Run the development server:
bun run dev
- Open your browser and go to
http://localhost:3000
to view the portfolio.
Projects
Pinterest Frontend
- Description: A clone of Pinterest's frontend built using React and Tailwind CSS.
- GitHub Repository: View on GitHub
Pinterest Backend
- Description: Backend for the Pinterest clone, implemented using Node.js and MongoDB.
- GitHub Repository: View on GitHub
Train Ticket Backend
- Description: A backend application for booking train tickets, built using Express.js and MongoDB.
- GitHub Repository: View on GitHub
E-Commerce Backend
- Description: A backend for an eCommerce platform, built using Node.js, Express.js, and MongoDB.
- GitHub Repository: View on GitHub
License
This project is open-source and available under the MIT License.