Skip to content

🍕 A react web application that showcases recipes from spoonacular's API. The web app currently has a carousel in the home page as well as a search menu where users can search for ingredients.

Notifications You must be signed in to change notification settings

jamestariga/react-recipe

Repository files navigation

RECIPE APP

Background

A recipe web app that utilizes the spoonacular API. View the site here.

Installing Dependencies

$ npm install -D tailwindcss postcss autoprefixer
$ npx tailwindcss init -p
$ npm install axios
$ npm install react-router-dom@6
$ npm install eslint --save-dev
$ npm init @eslint/config
$ npm install --save-dev --save-exact prettier
$ npm install @splidejs/react-splide
$ npm install framer-motion

Run the app locally

$ npm run start

This will launch the React app at localhost:3000

Tech Stack

  • React
  • TailwindCSS
  • React Splide
  • Axios

About

🍕 A react web application that showcases recipes from spoonacular's API. The web app currently has a carousel in the home page as well as a search menu where users can search for ingredients.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published