My Porfolio Projects

These are some of the front-end projects I've been working on recently. They're all small, experimental projects that are meant to showcase the technologies I'm learning. I'm using React to build them and Tailwind CSS for the styling.

Weather App
Tecnologies used:
  • React
  • React Router
  • Async/Await

A great way to learn React is by building apps. With this weather app I learned about React Router, API Fetch, Async/Await and Lifting State.

Portfolio / Blog Site
Tecnologies used:
  • Next.JS
  • TypeScript
  • Tailwind CSS
  • React-Markdown

My portfolio webpage using Next.js and Tailwind CSS to showcase some of my front-end projects. This portfolio site also hosts a blog, which I write to share my insights and knowledge on various front-end development topics. The blog posts are in markdown format, which is converted to HTML markup using the react-markdown library.

AO Copiers webpage
Tecnologies used:
  • React
  • Next.JS
  • TailwindCSS

Mobile First Responsive Landing page for local company built with Next.js and Tailwind CSS as the CSS Framework. Contact form uses a Backend I made with Node.js and Express.