Skip to content

a3har/personal-portfolio

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

137 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Logo

a3har.com

This is my personal website. Here I write blogs, add code snippets, code live demos, and add resources for everybody else to look refer.

The application is built with Next.js/React/MDX

Overview

  • pages/api/* - API routes for the Dashboard. Contains Twitter, Spotify, and Google Analytics APIs.

  • pages/resources - Resources page

  • pages/tweets - my favourite Tweets from the twitter world.

  • pages/* - All other static pages.

Installation

git clone https://github.com/a3har/personal-portfolio.git

cd personal-portfolio

yarn

yarn dev

or use NPM

git clone https://github.com/a3har/personal-portfolio.git

cd personal-portfolio

npm install

npm run dev

Running locally

To run the project locally, create a .env.local file and add the required API credentials there. Reference .env.example from the source for the list of API keys required.

Built Using

Special thanks to Lee Rob for creating such a beautiful theme that is very well structured and looks amazing on all devices. All the design inspiration and MDX structure come from him.

Also thanks to Manu Arora for adding amazing features to an already amazing website.

About

๐Ÿ™Œ๐Ÿป Personal website built using Next.js & TailwindCSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 81.8%
  • MDX 15.4%
  • CSS 2.8%