/site-preview-app-tutorial

Site Preview App Tutorial that is made with React,TailwindCSS,Auth0 and Cloudinary

Primary LanguageJavaScript

Site Previewer App

This is a web app that makes preparing for social media link previews for your site simpler by entering key metadata like title,description,image. It uses Auth0 for Authentication and Cloudinary for Image Uploads.

You can find the CodeSandbox for this project here.

Screenshots



Run Locally


Clone the project

git clone https://github.com/DavidAmunga/site-preview-app-tutorial.git

Go to the project directory

  cd site-preview-app-tutorial

Fill in the values from Cloudinary and Auth0 in your .env file

REACT_APP_AUTH_CLIENT_ID=
REACT_APP_AUTH_DOMAIN=
REACT_APP_CLOUDINARY_UPLOAD_PRESET=
REACT_APP_CLOUDINARY_CLOUD_NAME=

Install dependencies

  npm install

Run your project

  npm run start

Deploy to Netlify


If you want to see the project live once deployed you can deploy to Netlify. Remember to add your Environment Variables


Technologies used


Contributing


Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License


MIT