up2dul / cmlabs-frontend-fulltime-test

πŸ” A simple website application that shows food recipes taken from themealdb API

Home Page:https://getmeal.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ” GetMeal

A simple website application that shows food recipes taken from themealdb API.

Screenshot

Tech stack

  • Next.js
  • TypeScript
  • Tailwind CSS
  • Axios
  • etc

Getting started

Pre-requisite

  • Node.js v16.13+ installed on your machine.

Installation

  1. Clone this repository.
git clone https://github.com/up2dul/cmlabs-frontend-fulltime-test.git
  1. Move to application directory.
cd cmlabs-frontend-fulltime-test
  1. Install all dependencies.
# using pnpm
pnpm install

# using yarn
yarn install

# using npm
npm install
  1. Run application.
# using pnpm
pnpm dev

# using yarn
yarn dev

# using npm
npm run dev
  1. Application will be running on http://localhost:3000.

About

πŸ” A simple website application that shows food recipes taken from themealdb API

https://getmeal.vercel.app


Languages

Language:TypeScript 82.8%Language:JavaScript 13.8%Language:CSS 3.1%Language:Shell 0.3%