Skip to content

DavidAmunga/site-preview-app-tutorial

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published