Submitting the same Covid-19 health check form every day at school became an annoying, repetitive task. This application uses Next.js, Typescript, and TailwindCSS to automonously submit the form at https://healthscreening.schools.nyc/ using Axios.
It is hosted now using Vercel at https://healthcheck-lac.vercel.app/.
Clone the repository locally without any Git history.
$ git clone --depth 1 --single-branch https://github.com/fourwadu/healthcheck.git your-project-name
$ cd your-project-name
$ yarn
Start the app in the dev
environment:
yarn dev
When contributing to this repository, please first discuss the change you wish to make via an issue.
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (yarn commit)
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request and leave some comments!