Carousel Image
Carousel Image
Carousel Image

Simple Blog Site

github.com/SV3N77/simpleblogsite
Tech Stack
NextJSTailwindCSSReact QueryFirebaseVercel

This simple blog site was my introduction to learning and utilising more modern web development frameworks and techniques. It was my first time using NextJS front-end and firebase backend.

Features

  • Add Posts with images
  • Delete Posts
  • Edit Posts
  • Refetch updated Posts

This blog site was an amazing project for me to learn to develop using a more modern web development framework. I learnt how to file upload to a firebase database and fetch the data to display it on the home page. I used react-query to fetch the data from the firebase database since there is the ability to invalidate data and refectch every couple of seconds.