Eatstagram is a photo sharing application that focuses on food contents and targets mobile users.
People can upload food photos to our service and share them with their followers whether it's their own or from a favorite restaurant. They can also view, comment and like posts from other users.
Eatstagram was created by Batch 12 students of Uplift Code Camp with the help of one of their Instructors.
Install the dependencies by running:
yarn install
After the installation, you can run
yarn run dev
This will run the app in the development mode.
The page will reload when you make changes.
You may also see any lint errors in the console.
This will build the app for production in dist
folder.
It correctly bundles React in product mode, optimizes the build for the best performance.
yarn run build
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
This will check any errors or warnings in your codes, and will automatically fix by running:
yarn run lint:fix
For more information, check ESLint documentation
You can learn more in the Vite documentation