A simple blog application built with React, TypeScript, Redux, and Supabase.
Supports authentication, creating posts, and client-side routing with React Router.
- User registration and login
- Protected routes for creating blog posts
- Responsive design
- Redux state management
- Supabase as backend (Auth + Database)
- Deployed on Vercel
git clone https://github.com/yourusername/react-blog-supabase.git
cd react-blog-supabase
npm installVITE_SUPABASE_URL=your_supabase_url
VITE_SUPABASE_ANON_KEY=your_supabase_anon_keynpm run dev