My personal website containing online notes and utility tools.
-
React, NextJS, Google APIs, AWS APIs
-
Mostly CSS modules, some Tailwind CSS
- SciGraphAPI I wrote in Python for graphing utility
- Calculator for Insurance related stuff
-
Node.js installed
-
npm or yarn package manager
- Clone the repository:
git clone https://github.com/AndrewZhouMQ123/Web_Experiments
- Install dependencies:
npm install
- Start the development server:
npm start
# or
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev- 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 using the github repo
- Setup Postgres database (I used supabase)
- Connect database to project