FreshCrate is a subscription service that delivers fresh, organic vegetables directly to your door. It aims to make healthy eating convenient by providing customers with locally sourced produce, supporting sustainability, and reducing the need for frequent grocery trips. Perfect for busy individuals and families looking to enjoy nutritious meals with ease.
You can view the live version of this FreshCrate at: [https://nest-crate-service-platform.web.app/]
- User Profile: View and update display name and photo URL.
- Firebase Authentication Integration: Use Firebase's built-in authentication and update profile details.
- Toast Notifications: Instant feedback on success or failure of profile updates using
react-hot-toast. - Responsive Design: Mobile-friendly and accessible UI.
react-router-dom– routing and navigationfirebase– authentication and backend servicesreact-toastify– toast notificationsreact-icons– icon libraryreact-helmet-async– dynamic page titles
Follow these steps to set up and run the project on your local machine:
# 1. Clone the repository
git clone https://github.com/minhazchy101/Fresh_Crate.git
# 2. Navigate to the project folder
cd Fresh_Crate
# 3. Install the project dependencies
npm install
# 4. Start the development server
npm run dev