Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alissanguyen/alissanguyen-dot-dev
New version of my postfolio website, this time with gsap for animations
https://github.com/alissanguyen/alissanguyen-dot-dev
cloudflare cms contentful prism react reactjs remix remix-run sendgrid tailwind tailwindcss typescript use-typewriter-hook vercel
Last synced: 3 months ago
JSON representation
New version of my postfolio website, this time with gsap for animations
- Host: GitHub
- URL: https://github.com/alissanguyen/alissanguyen-dot-dev
- Owner: alissanguyen
- Created: 2022-01-27T21:32:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T15:47:25.000Z (8 months ago)
- Last Synced: 2024-10-01T03:24:06.965Z (3 months ago)
- Topics: cloudflare, cms, contentful, prism, react, reactjs, remix, remix-run, sendgrid, tailwind, tailwindcss, typescript, use-typewriter-hook, vercel
- Language: CSS
- Homepage: https://alissanguyen.dev
- Size: 31.9 MB
- Stars: 45
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Alissa Nguyen's Website
URL https://www.alissanguyen.dev
This is my personal portfolio website and also is where I publish my writings.
![Homepage's preview](./public/images/preview.jpg)
![Blog's preview](./public/images/blogpreview.jpg)## Technologies
### Front-End
- Mainly built with Remix, React, and TailwindCSS
- React Intersection Observer for animation when in frame
- useTypewriter Hook - NPM Package published by me.### Deployment
- Deployment through Vercel### Domain Management
- Cloudflare
- Namecheap
- Netlify### Content Management System (CMS)
- Contentful### UI & Animation Libraries
- Reach
- AnimeJS
- Framer Motion### Others
- Sendgrid - for automatic email
- Error Stack Parser - for tracking error in development
- Prism React Renderer - for code snippets
- Hero Icons and React Icons - for svg/png icons## Acknowledgement
My website was primarily inspired from Kent C. Dodds.