/teo-nextjs-portfolio

Beautiful Portfolio Website created with NextJS and ChakraUI

Primary LanguageTypeScript

Features

  • Home - Resume & Tech Stack
  • About - Working Experience & Education
  • Projects - Github Repos & Medium Articles
  • Contact - Drop me an email! ✉️

Built with

Screens

screen1 screen2 screen3 screen4 screen5

Setup ENV

  • Create .env file at the root of project
GITHUB_USERNAME=XXX
MEDIUM_USERNAME=XXX
NEXT_PUBLIC_SPOTIFY_CLIENT_ID=XXX
NEXT_PUBLIC_SPOTIFY_CLIENT_SECRET=XXX
NEXT_PUBLIC_SPOTIFY_REFRESH_TOKEN=XXX
  • Run yarn and yarn dev and you're ready to go!
  • To setup Spotify API key, refer to this article

Reference

Since I am beginner in ReactJS, I took reference to some of the awesome developers in the community and hereby credited to all of them!