Skip to content
View PurviChaurasia's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report PurviChaurasia

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
PurviChaurasia/README.md

Purvi Chaurasia — Personal Website

A multi-page personal site inspired by editorial/researcher-style portfolios.

Structure

  • index.html — Home
  • experience.html — Experience
  • research.html — Research
  • projects.html — Projects
  • writing.html — Writing
  • about.html — About
  • styles.css — Shared styling

Run locally

Open index.html directly, or serve the folder with any static server.

For example: python3 -m http.server 8000

Then visit http://localhost:8000.

Deploy

This is a static site and can be deployed to GitHub Pages, Vercel, Netlify, or any static hosting provider.

Resume

Place your final PDF at resume.pdf in the root folder. The Home page already links to it.

Notes

The copy is based on the resume information provided in the conversation. Replace any details you want to refine before publishing.

Pinned Loading

  1. Book-character-visualizations Book-character-visualizations Public

    This is a repository created to visualize character relationships through graphs in NetworkX.

    Jupyter Notebook 1 1

  2. Audio-Palette Audio-Palette Public

    Forked from Vanshika2609/AUDIO-PALLETE

    A web application to judge your music taste. Made using React, Node.js and Express.

    JavaScript

  3. company-shortcoming-using-tweets company-shortcoming-using-tweets Public

    This projects make used of NLP based concepts to analyze public tweets regarding a company and determine it's shortcomings.

    Jupyter Notebook 1

  4. Find-your-Cluster Find-your-Cluster Public

    Forked from OpenLake/Find-your-Cluster

    Find common interests among your peers and build a healthy community 🏫🧍‍♂️

    C++ 1

  5. filght-prices-scrapper filght-prices-scrapper Public

    A webscrapping project made using Selenium in Python which scrapes flight prices from 2 websites, ranks them in order of relevance and emails the result to the user for choosing the cheapest flights.

    Python 1

  6. Student-registration-system Student-registration-system Public

    This is a student registration system made using Java IntelliJ along with Java Swing for it's interface. To maintain the database of registered students, I have used java sql connector along with X…

    Java 2