Skip to content

Repository files navigation

BlogSpace

A simple blog application built with React, TypeScript, Redux, and Supabase.
Supports authentication, creating posts, and client-side routing with React Router.


Features

  • User registration and login
  • Protected routes for creating blog posts
  • Responsive design
  • Redux state management
  • Supabase as backend (Auth + Database)
  • Deployed on Vercel

Installation

Clone the repository

git clone https://github.com/yourusername/react-blog-supabase.git
cd react-blog-supabase

npm install

Create the .env file

VITE_SUPABASE_URL=your_supabase_url
VITE_SUPABASE_ANON_KEY=your_supabase_anon_key

Run the app

npm run dev

Releases

Packages

Contributors

Languages