A simple pet appointments app built with NextJS. The idea was to build a simple app that helps pet doctors or hospitals manage their pet appointments.
Here is a link to the demo site https://pet-appointments-app.vercel.app.
Install dependecies:
npm install
# or
yarn install
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
To run test, run:
npm run test
# or
yarn test