Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhruvkrishnavaid/recette
https://github.com/dhruvkrishnavaid/recette
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhruvkrishnavaid/recette
- Owner: dhruvkrishnavaid
- Created: 2024-12-21T07:27:59.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2024-12-21T07:50:29.000Z (13 days ago)
- Last Synced: 2024-12-21T08:29:36.826Z (13 days ago)
- Language: TypeScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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].