Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dhruvkrishnavaid/recette


https://github.com/dhruvkrishnavaid/recette

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# Recetté 🍔🍕🍿🍟
Recetté is a web application that helps users find and manage recipes. It provides features such as searching for recipes, viewing detailed recipe information, and managing daily nutrition.

## Features 🚀🚀
- **Search Recipes**: Search for recipes based on keywords.
- **View Recipe Details**: View detailed information about a recipe, including ingredients, instructions, and nutrition facts.
- **Daily Nutrition Dashboard**: Track daily nutrition intake for calories, protein, and water.
- **Profile Management**: View and manage user profile information.
- **Notifications**: Receive notifications about new recipes and updates.

## Installation 🎮🎮
1. Clone the repository:
```sh
git clone https://github.com/dhruvkrishnavaid/recette.git
```
2. Install dependencies
```sh
cd recette
bun install
```
3. Set environment variables
```sh
cp .env.example .env
```
4. Start the development server
```sh
bun run dev
```

## Scripts 👾👾
- **dev:** Starts the development server.
- **build:** Builds the project for production.
- **lint:** Runs ESLint to check for code quality issues.
- **preview:** Previews the production build.

## Technologies Used ⚡️⚡️
- **React:** A JavaScript library for building user interfaces.
- **TypeScript:** A typed superset of JavaScript that compiles to plain JavaScript.
- **Vite:** A fast build tool for modern web projects.
- **Tailwind CSS:** A utility-first CSS framework.
- **React Query:** A library for fetching, caching, and updating asynchronous data in React.
- **Axios:** A promise-based HTTP client for the browser and Node.js.

## License ✨✨
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.

## Acknowledgements 🙋‍♂️🙋‍♂️
Spoonacular API for providing the recipe data.
Foodish API for providing random food images.

## Contributing 🫂🫂
Contributions are welcome!
Please open an issue or submit a pull request for any changes.

## Contact 🥸🥸
For any inquiries, please contact [email protected].