An open API service indexing awesome lists of open source software.

https://github.com/anusree6154s/portfolio-website-3

Personal Portfolio
https://github.com/anusree6154s/portfolio-website-3

axios bootstrap cheerio googleapi nextjs nodemailer notistack sass

Last synced: 2 months ago
JSON representation

Personal Portfolio

Awesome Lists containing this project

README

        

## Portfolio Website



### **Techstack**:
NextJS, SASS, Axios, Bootstrap, Cheerio, GoogleAPI, Nodemailer, Notistack

### **Technical Choices**:
1. NextJS: Fullstack Framework
2. SASS: For nested css and better code organization
3. Bootstrap: Icons
4. Axios: Simpler data fetching
5. Cheerio: Data extraction from my blog wesite to portfolio website
6. GoogleAPI, Nodemailer: To setup automated email from contact page
7. Notistack: Simpler and stylized alerts

### **Running App Locally**
1. Clone app to your code editor: run `git clone https://github.com/Anusree6154s/portfolio-website-3.git` in terminal
2. Install dependencies: run `npm install` in terminal
3. Run app in dev mode: run `npm run dev` in terminal
4. Visit `http://localhost:3000` or whichever url appears on your terminal