- Create and manage quotes
- Optimistic updates
- High Form validation
- Caching server data
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
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
- Feel free to open a
PR
Made with ❤️ by João Amadeu, feel free to DM me.