Malaysian Foodie is a web application that showcases the rich and diverse culinary heritage of Malaysia. Users can explore various traditional dishes, learn about their origins, and discover recipes to try at home.
- Browse a wide selection of Malaysian dishes.
- Detailed descriptions and histories of each dish.
- Step-by-step recipes with ingredients and instructions.
- Responsive design for optimal viewing on all devices.
Follow these instructions to set up and run the project locally.
Ensure you have the following installed:
-
Clone the repository:
git clone https://github.com/yourusername/malaysian-foodie.git cd malaysian-foodie -
Install dependencies: Using npm:
npm install
-
Running the Development Server To start the development server, run:
npm start
The application will be available at [http://localhost:3000]