Skip to content

khowellmobile/journal-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 

Repository files navigation

Journal Website

This is a simple blog/journal website built using React. It allows a single user to create, view, and store posts. The website is configured with Supabase for data storage, but it can be easily adapted to use other backends. Just ensure your keys are named correctly and that the database connection is properly configured.

Features

  • Create new posts
  • View posts in a simple feed
  • Store posts in Supabase for persistent data storage

Technologies Used

  • React: For building the user interface
  • Supabase: For handling data storage and retrieval
  • Vite: For React project management and development environment setup