This is an kind of clone of tiktok. I was made to study and practice ReactJS.
Website: https://caiovideoshare.vercel.app/
git clone git@github.com:caiosantosss/caiovideoshare.git
You should create and account on sanity.io and create a new project. After that, you should create a new dataset and copy the token to the .env file. Also you should create a new project on google cloud platform. There you are going to create a new project and enable the api key.
Create .env file
touch .env
Inside .env, set these variables.
NEXT_PUBLIC_SANITY_TOKEN = "your sanity token"
NEXT_PUBLIC_GOOGLE_API_TOKEN = "your google api token"
NEXT_PUBLIC_BASE_URL = "your base url"
npm run dev
- Typescript
- React - Front-end
- Vercel - Deployment
- Sanity - Database
- Bootstrap — Styling
- Tailwind — Styling
- Google Cloud Platform