Website LIVE DEMO
- Writings -> personal blog
- Timeline -> Projects in which and where I worked.
-
Built using Next.js.
-
A rendered combination of react components and markdown / json files.
-
Context API (nextjs)
-
External Rest API : Github API
-
Styled using
<style jsx>
.
This project was developed using the packages below:
These are for parsing markdown as HTML.
- gray-matter;
- react-markdown
A loader for webpack that allows importing files as a String.
- raw-loader;
- Install dependencies
npm install
- Run application:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
- Deployed on Vercel 🚀
- Table of Contents for markdown content
- webP and AVIF image optimisation.
- Fork this repo
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your modifications:
git commit -m 'feat: My new feature'
; - Push it to your branch:
git push origin my-feature
.