curatedcode / applii-tracker

A fully client-side job application tracker with sync support
https://applii.netlify.app/
Other
0 stars 0 forks source link

# Applii - Job application tracker

Applii is a local-first web app that helps you organize and keep track of your job applications from start to finish. Optionally you can upload the data to your dropbox account.

🚀 Features

💻 Demo

You can try out Applii by visiting this link

🪄 How To Deploy Project Locally

  1. Clone this repo
# If you have SSH set up with Git:
git clone git@github.com:curatedcode/applii-tracker.git

# For HTTPS:
git clone https://github.com/curatedcode/applii-tracker.git

# Finally, GitHub CLI:
gh repo clone curatedcode/applii-tracker
  1. cd into the directory of your local clone.

  2. Install the required packages

pnpm install
  1. Build and start the app
pnpm build
pnpm start

✍ Contributing

Check out the contribution guide

📰 License

The license is available here