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.
- Create new posts
- View posts in a simple feed
- Store posts in Supabase for persistent data storage
- React: For building the user interface
- Supabase: For handling data storage and retrieval
- Vite: For React project management and development environment setup