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
- Host: GitHub
- URL: https://github.com/anusree6154s/portfolio-website-3
- Owner: Anusree6154s
- Created: 2025-02-18T15:46:18.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T08:49:23.000Z (3 months ago)
- Last Synced: 2025-03-01T09:27:00.599Z (3 months ago)
- Topics: axios, bootstrap, cheerio, googleapi, nextjs, nodemailer, notistack, sass
- Language: SCSS
- Homepage: https://anusreeanilkumar.vercel.app/
- Size: 5.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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