Skip to content

jmamadeu/wetbat-travel-front-end

Repository files navigation

WetBat Front End Test

  • Create and manage quotes

Preview

Tech stack

Some features

  • Optimistic updates
  • High Form validation
  • Caching server data

SetUp

This we app was made with Vitejs, for more details take a look at the documentation.

You need to install:

You've Probably already installed it

How to run

Att: this web app needs a backend, I've already built that, so go setup the API

Clone the repo using https, ssh or even github-cli.

Create .env.local file and add VITE_BASE_API_URL=http://localhost:3000/api/v1 which is the default API endpoint.

Since this app was built with vite.js it'll run at http://127.0.0.1:5173/ by default

$ yarn # To install the dependencies
$ yarn dev # run the project

Contributions

  • Feel free to open a PR

Made with ❤️ by João Amadeu, feel free to DM me.

Releases

No releases published

Packages

No packages published