Lunacooking is a SPA for people who enjoy cooking at home. In this project I was practicing next technologies:
- Getting data from an api
- Routing in react
- Custom hooks
- Animated page transitions
To clone and run this app, you'll need Git and Node.js
# Clone this repository
$ git clone https://github.com/16Bogdan54/RecipeApp_ReactJS.git
# Go into the folder
$ cd RecipeApp_ReactJS
# Install dependencies
$ npm install
# Run the app
$ npm run dev

