A social platform for book lovers! This app allows users to sign up, log in, and manage their profiles. In future updates, users will be able to add books, like, comment, and interact with other readers.
✅ User authentication (Sign Up, Login, Logout)
✅ Edit user profile (Username, Full Name, Avatar)
✅ Secure authentication powered by Supabase
🔹 Add, edit, and delete books
🔹 Like and comment on books
🔹 Follow other users and see their books
🔹 User activity feed
git clone https://github.com/aligheisar/book-haven.git
cd book-havennpm installCreate a .env file in the root folder and add:
REACT_APP_SUPABASE_URL=your_supabase_url
REACT_APP_SUPABASE_KEY=your_supabase_anon_key
npm start- Frontend: React, React Router
- Backend: Supabase (PostgreSQL, Auth)
- State Management: Context API
We welcome contributions! If you'd like to improve the app, feel free to submit a pull request.
🔥 Stay tuned for upcoming features!