Skip to content

juanjosevega99/advisor

Repository files navigation

Advizor is the best place to view a quote for your day, and improve it.

Run this project locally

First, run the development server:

pnpm install
# or
yarn install
pnpm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Run Tests

pnpm test

Routes

/

This route is to see the quote of the day.

/quotes

This route is to see all the quotes in the app at the moment.