Skip to content

skillzl/skillzl.dev

Repository files navigation

skillzl.dev

✨ : personal portfolio: built using nextjs

Usage

  • Getting Started
git clone https://github.com/skillzl/skillzl.dev
cd skillzl.dev
yarn

  • Start the project
yarn dev

Features

  • automatic fetch github data
  • contact form api
  • currently playing spotify api fetch
  • tailwindcss with responsive style (both mobile and pc)
  • dark / lights theme mode

Envoirements

// 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=

Contributing

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.

License

MIT