This is my personal portfolio website, developed using Next.js, Tailwind CSS, and Typescript. The website is hosted on Vercel and Firebase, and the deployment is automated through GitHub Actions. Additionally, there is a secondary deployment available at btkcodes.vercel.app.
- Primary Deployment - Firebase: btkcodes.web.app
- Secondary Deployment - Vercel: btkcodes.vercel.app
- Next.js
- Tailwind CSS
- Typescript
- Vercel
- Firebase
- GitHub Actions
- Responsive design
- Interactive components
- Dynamic bento grid styling
- Automated deployment
- Continuous integration
- Clone the repository:
git clone https://github.com/your-username/portfolio.git
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Visit
http://localhost:3000
in your browser to view the website locally.
- The website is automatically deployed to Vercel and Firebase when changes are pushed to the
main
branch on GitHub. - For secondary deployment, visit btkcodes.vercel.app.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details.