Skip to content

Personal website built with Next.js and Styled Components.

Notifications You must be signed in to change notification settings

bryangamas/bryangama

Repository files navigation

Bryan Gama

View project

bryangama.com

About the project

A personal website. You'll find some projects that I made and information to contact me.

Screenshot

Bryan Gama Website

Core dependencies

  • React - A Javascript library for building user interfaces.
  • NextJS - A React framework with hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more.
  • Styled Components - A library to write actual CSS code in JS to style your components.
  • Formik - An open source form library for React and React Native.
  • Yup - A JavaScript schema builder for value parsing and validation.
  • SendGrid/Mail - Send emails with Javascript.
  • useDarkMode - A custom React Hook to help you implement a "dark mode" component for your application. The user setting persists to localStorage.