Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/btkcodedev/portfolio-website
Own portfolio website developed with Next.js, Tailwind CSS, Typescript and hosted via Vercel & Firebase automated with GitHub actions, Secondary deploy on btkcodes.vercel.app
https://github.com/btkcodedev/portfolio-website
firebase nextjs14 portfolio typescript vercel
Last synced: 18 days ago
JSON representation
Own portfolio website developed with Next.js, Tailwind CSS, Typescript and hosted via Vercel & Firebase automated with GitHub actions, Secondary deploy on btkcodes.vercel.app
- Host: GitHub
- URL: https://github.com/btkcodedev/portfolio-website
- Owner: btkcodedev
- Created: 2024-02-23T18:59:59.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T22:22:07.000Z (2 months ago)
- Last Synced: 2024-09-11T02:49:23.822Z (2 months ago)
- Topics: firebase, nextjs14, portfolio, typescript, vercel
- Language: TypeScript
- Homepage: https://btkcodes.web.app
- Size: 2.82 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio Website
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](https://btkcodes.vercel.app).
## Live Demos
- Primary Deployment - Firebase: [btkcodes.web.app](https://btkcodes.web.app)
- Secondary Deployment - Vercel: [btkcodes.vercel.app](https://btkcodes.vercel.app)## Technologies Used
- Next.js
- Tailwind CSS
- Typescript
- Vercel
- Firebase
- GitHub Actions## Features
- Responsive design
- Interactive components
- Dynamic bento grid styling
- Automated deployment
- Continuous integration## Usage
1. Clone the repository: `git clone https://github.com/your-username/portfolio.git`
2. Install dependencies: `npm install`
3. Run the development server: `npm run dev`
4. Visit `http://localhost:3000` in your browser to view the website locally.## Deployment
- 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](https://btkcodes.vercel.app).## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.