Welcome to my Fullstack Developer Portfolio, a showcase of my skills, projects, and experience in web development. Crafted using Next.js, TypeScript, Tailwind CSS, and designed with Figma, this portfolio embodies a fusion of modern tech and elegant design.
Clone the repository:
git clone https://github.com/yourusername/your-repository.git
Install dependencies:
cd your-repository
npm install
Run the development server:
npm run dev
Open your browser:
Visit http://localhost:3000
to explore the portfolio.
Feel free to use this project as a template for your own portfolio. Customize the content, integrate your projects, and personalize the styling to reflect your unique identity.
The project is structured as follows:
src/
├── /app # Next.js pages and all routing
├── /components # React components
├── /styles # Tailwind CSS styles
├── /public # Static assets
├── /utils # Utility functions
├── next.config.js # Next.js configuration
└── ... # Other files and configurations
Contributions are highly appreciated! Please feel free to raise issues or submit pull requests to enhance this project.
This project is licensed under the MIT License. See the LICENSE file for details.