💠🟢 Personal website and blog made using Next.js, React.js, Tailwind CSS, MDX Bundler, Firebase, and SWR.
git clone https://github.com/itishprasad30/itishprasad.in.git
then in your terminal
# installing all dependencies what i use
$ npm install
$ cd itishprasad.in
# to run on development server
$ npm run dev
This website was first initialized in October 2021, went through numerous changes and refactors, resulted to some notable features
Planning To update this to Typescript ways. it will be great to learn also typescript.
Now playning feature added via spotify developer account
if i am playing some music on my device it will show what song i jamming into.'
after playing music on spotify .
it is created using spotify developer api , managed to pull data from the api to show my current jamming along with top songs from this month.
Guestbook Comment features
this is from giscus , it uses the github discussion api for retiving the data.
Getting Typescript to upgrade it getting me time because it's to much componet are there.