A recipe web app that utilizes the spoonacular API. View the site here.
$ 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
$ npm run start
This will launch the React app at localhost:3000
- React
- TailwindCSS
- React Splide
- Axios