De3ph / GetYourAdvice

Basic project to practice with Tailwind

Home Page:get-your-advice.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vite + ReactJs + TailwindCss

screenshot

Before Running On Local

Get your X-RapidAPI-Key and X-RapidAPI-Host from Motivational Quotes API on RapidAPI

Create .env.local file in root and set your keys like this:

VITE_X_RAPID_API_KEY = {yourRapidApiKey}
VITE_X_RAPID_API_HOST_KEY = {yourRapidApiHostKey}

Commands:

To start the dev server on your machine:

yarn dev

To start the dev server on your network:

yarn dev --host

To make the production build:

yarn build

To preview the production build locally:

yarn serve

About

Basic project to practice with Tailwind

get-your-advice.vercel.app


Languages

Language:JavaScript 87.0%Language:HTML 11.2%Language:CSS 1.8%