RecipeRealm is a modern React application that helps users discover, save, and manage recipes while tracking their nutritional goals. Built with React and Vite, it offers a seamless experience for cooking enthusiasts.
- Recipe Discovery: Browse and search through a vast collection of recipes
- Favorites: Save your favorite recipes for quick access
- Collections: Organize recipes into custom collections
- Meal Planning: Plan your weekly meals with an interactive calendar
- Nutrition Tracking: Monitor your nutritional intake and set dietary goals
- Rating System: Rate recipes and add personal notes
- Responsive Design: Fully responsive interface that works on all devices
- React 18.3
- Vite
- React Router DOM
- TailwindCSS
- React Icons
- React Markdown
- React Rating Stars Component
- Node.js (v14 or higher)
- npm or yarn
-
Clone the repository:
git clone https://github.com/BHAV0207/Recipe-Realm cd recipe
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and visit
http://localhost:5173
npm run dev
- Starts the development servernpm run build
- Builds the app for productionnpm run lint
- Runs ESLint to check code qualitynpm run preview
- Previews the production build locally
@recipe give me a proper readme for this
I'll help you create a comprehensive README.md for your RecipeRealm project. Here's a well-structured version: bash git clone [your-repository-url] cd recipe bash npm install bash npm run dev recipe/ ├── src/ │ ├── Components/ # Reusable UI components │ ├── Pages/ # Page components │ ├── Functions/ # Utility functions │ ├── utils/ # Helper utilities │ ├── App.jsx # Main application component │ └── main.jsx # Application entry point ├── public/ # Static assets └── ...config files
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Vite for the blazing fast build tool
- React for the awesome UI library
- TailwindCSS for the utility-first CSS framework