- React.js
- TypeScript
- Tailwind
- Vite
A responsive recipe website that allows users to search for recipes by name, first letter, and ingredients. The recipes are sourced from TheMealDB API, ensuring a wide variety of culinary options for users. This platform aims to provide an intuitive and user-friendly experience for individuals interested in exploring and cooking new dishes.
To run the project locally, follow the steps below:
-
Make sure you have Node.js installed on your system.
-
Clone this repository to your local machine.
-
Access the project folder via the terminal.
-
Install project dependencies with the following command:
npm install -
After the installation, run the project with the command:
npm run dev -
Access the application in your browser through the following address http://localhost:5173/.
