Itana Recipe App Assessment Test

This project was developed using Create React App, TailwindCSS and Redux ToolKit.

The recipe data was generated from a public API Spoonacular API

The assessment was conducted by Itana

Setup Information

To setup this project on your pc, run the following processes:

git clone https://github.com/abayomijohn273/itana-recipe-app-test.git

Runs the above command in your terminal on your preferred working directory to clone this repo.
Then Open this folder in your editor, i.e vscode or your preferred editor.

Run npm install or yarn install

Run this in your terminal to install the dependencies used in the project

Run npm start or yarn start

Run this in your terminal to start the application on localhost. Viola!!! The app is up and running.

npm build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.