A platform to find skilled people around you – tutors, artists, editors, and more.
- Browse Skills: Find local talent by category.
- Post Skills: Offer your own services to the community.
- PWA Support: Install as an app and use offline.
- Local Data: Uses LocalStorage for a persistent demo experience.
- Clone the repository.
- Open the folder in your terminal.
- Run a local server:
python -m http.server 8000
- Open
http://localhost:8000in your browser.
This project is configured to work perfectly on GitHub Pages.
- Push this code to a GitHub repository.
- Go to Settings > Pages.
- Under Source, select
mainbranch (ormaster). - Click Save.
- Your site will be live at
https://yourusername.github.io/repository-name/.
The Progressive Web App (PWA) features (installability and offline mode) require the site to be served over HTTPS. GitHub Pages provides this automatically!