✨ : personal portfolio: built using nextjs
- Getting Started
git clone https://github.com/skillzl/skillzl.dev
cd skillzl.dev
yarn
- Start the project
yarn dev
- automatic fetch github data
- contact form api
- currently playing spotify api fetch
- tailwindcss with responsive style (both mobile and pc)
- dark / lights theme mode
// Github fetch api
NEXT_PUBLIC_GITHUB_TOKEN=
// Spotify listening api token, client id/secret
SPOTIFY_REFRESH_TOKEN=
SPOTIFY_CLIENT_SECRET=
SPOTIFY_CLIENT_ID=
// Contact form mail, sender mail (official) and sendgrid api key
SENDGRID_API_KEY=
SUPPORT_MAIL=
OFFICIAL_MAIL=
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.