https://github.com/themashcodee/recipify
An Assignment for Internship in ALPHI
https://github.com/themashcodee/recipify
Last synced: about 2 months ago
JSON representation
An Assignment for Internship in ALPHI
- Host: GitHub
- URL: https://github.com/themashcodee/recipify
- Owner: themashcodee
- Created: 2021-11-22T04:10:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-23T19:12:11.000Z (over 3 years ago)
- Last Synced: 2025-02-05T22:41:36.371Z (3 months ago)
- Language: TypeScript
- Homepage: https://recipify.vercel.app
- Size: 1.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](http://commitizen.github.io/cz-cli/)
# Recipe App
A Recipe application (only frontend as of now)
Live - https://recipify.vercel.app
## Technologies Used
Nextjs, Typescript, TailwindCSS, Framer Motion, Redux Toolkit
## Contribute or Run your code in your machine
1. Fork this repo
2. Copy the URL of the dublicate repo present in your github account
3. Run command on your terminal `git clone URL_YOU_COPIED`
4. Install all the dependencies `yarn install` or `npm install`
5. Run the application in local environment `yarn dev` or `npm run dev`## Folder Structure
animations - All the animation variants of framer motion
components - All the components used in the application
database - Dummy Recipes JSON data
helpers - Helpers function used in the application
hooks - Custom Hooks used in the application
pages - Routing Management
public - public assets including favicon and demo recipe images
store - Redux Toolkit store configuration
styels - CSS styling files
types - Typescript types## Credits
JSON Dummy data - https://github.com/raywenderlich/recipes/blob/master/Recipes.json
Favicon - made by Freepik from www.flaticon.com## Sneak Peek (Screenshot)
### Homepage - Desktop

### Homepage - Mobile

### Signup Page - Desktop

### Single Recipe Page - Desktop

### Single Recipe Page - Desktop

### Add Recipe Page - Desktop

### Favourite Recipes Page - Desktop
