Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srivastavasrijan/portfolio-2021
An entryway for my profile, its one of the most ambitious projects I've built. Based on Next.js, Chakra UI and Contentful CMS.
https://github.com/srivastavasrijan/portfolio-2021
blog chakra-ui contentful firebase google-analytics mdx nextjs react vercel
Last synced: about 2 months ago
JSON representation
An entryway for my profile, its one of the most ambitious projects I've built. Based on Next.js, Chakra UI and Contentful CMS.
- Host: GitHub
- URL: https://github.com/srivastavasrijan/portfolio-2021
- Owner: SrivastavaSrijan
- License: mit
- Created: 2021-11-13T10:04:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T11:38:22.000Z (about 2 years ago)
- Last Synced: 2023-11-02T17:42:27.591Z (about 1 year ago)
- Topics: blog, chakra-ui, contentful, firebase, google-analytics, mdx, nextjs, react, vercel
- Language: TypeScript
- Homepage: https://www.srijansrivastava.com/
- Size: 8.88 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Srijan Srivastava - 2021 Portfolio
An entryway for my profile, its one of the most ambitious projects I've built. Based on Next.js, Chakra UI and Contentful CMS.### Starting the Project
Install the dependencies with `npm i` or `yarn`
Start the project by `npm run dev` or `yarn dev`### Deployment
You can deploy easily by using [Vercel](https://vercel.com/) 🎉
[![Deploy with Vercel](https://vercel.com/button)]()
## 📌 Pages
`pages/index.js` = Homepage
`pages/projects/index.js` = Projects archive page
`pages/blog/index.js` = Blog listings page
`pages/blog/[slug].js` = Blog post page
`pages/api/views` = API to fetch blog post views from Firebase## âš™ Tech Stack
- Next.js
- Chakra UI
- Contentful CMS
- MDX (next-mdx-remote)
- Firebase
- Google Analytics (react-ga)