Skip to content

Portfolio website providing a frontend for APIs I created. Also a personal website with notes.

Notifications You must be signed in to change notification settings

AndrewZhouMQ123/Andrew_Online_Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

119 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Andrew's Online Notes

My personal website containing online notes and utility tools.

Technologies Used

  • React, NextJS, Google APIs, AWS APIs

  • Mostly CSS modules, some Tailwind CSS

Utility Tools

  • SciGraphAPI I wrote in Python for graphing utility
  • Calculator for Insurance related stuff

Getting Started

Prerequisites

  • Node.js installed

  • npm or yarn package manager

Installation

  1. Clone the repository:
git clone https://github.com/AndrewZhouMQ123/Web_Experiments
  1. Install dependencies:
npm install
  1. Start the development server:
npm start
# or
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Running the Application

  • Open http://localhost:3000 to view the app in the browser.
  • Install VSCode Extension: PostCSS Language Support, solves Unknown at rule @tailwindcss(unknownAtRules)

Deploy to Vercel

  • Deploy to Vercel using the github repo
  • Setup Postgres database (I used supabase)
  • Connect database to project

About

Portfolio website providing a frontend for APIs I created. Also a personal website with notes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published