{"id":22612361,"url":"https://github.com/utsavdotpro/airqualitymonitorweb","last_synced_at":"2026-04-12T04:34:07.660Z","repository":{"id":53450669,"uuid":"351908400","full_name":"utsavdotpro/AirQualityMonitorWeb","owner":"utsavdotpro","description":"A single-page application to display live air quality monitoring data.","archived":false,"fork":false,"pushed_at":"2021-04-19T23:34:36.000Z","size":1219,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T10:12:16.401Z","etag":null,"topics":["air-quality-monitor","assignment","nextjs","reactjs","websocket"],"latest_commit_sha":null,"homepage":"https://air-quality-monitor-pt.herokuapp.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/utsavdotpro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-26T20:48:57.000Z","updated_at":"2022-01-31T21:03:52.000Z","dependencies_parsed_at":"2022-08-23T05:00:15.795Z","dependency_job_id":null,"html_url":"https://github.com/utsavdotpro/AirQualityMonitorWeb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsavdotpro%2FAirQualityMonitorWeb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsavdotpro%2FAirQualityMonitorWeb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsavdotpro%2FAirQualityMonitorWeb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsavdotpro%2FAirQualityMonitorWeb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utsavdotpro","download_url":"https://codeload.github.com/utsavdotpro/AirQualityMonitorWeb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246117690,"owners_count":20726068,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["air-quality-monitor","assignment","nextjs","reactjs","websocket"],"created_at":"2024-12-08T17:12:25.896Z","updated_at":"2025-12-30T23:19:42.982Z","avatar_url":"https://github.com/utsavdotpro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Air Quality Monitor\nA [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).  \n\nAQM is a single-page [web application](https://air-quality-monitor-pt.herokuapp.com/) to display live air quality monitoring data of a few cities in India.\n\n## Motivation\nI built this project as an assignment for a job interview. Did I get it?  \nYes, I got the interview :wink: and guess what?! I got the job :nerd_face:\n \n## Samples\nClick [here](./samples/wireframes/draft_a.png) to see the initial [`wireframe`](./samples/wireframes/draft_a.png).  \n\nThe below images are linked to full size images :)\n\n\u003ca href=\"./samples/home.png\"\u003e\n  \u003cimg align=\"center\" src=\"./samples/home.png\" width=\"45%\" /\u003e\n\u003c/a\u003e\n\n\u003ca href=\"./samples/modal.png\"\u003e\n  \u003cimg align=\"center\" src=\"./samples/modal.png\" width=\"45%\" /\u003e\n\u003c/a\u003e\n\n\u003ca href=\"./samples/compare.png\"\u003e\n  \u003cimg align=\"center\" src=\"./samples/compare.png\" width=\"45%\" /\u003e\n\u003c/a\u003e\n\n## Technologies Used\n**Built with**\n- ReactJS + NextJs\n\n**Dependencies**\n| Library                                                                   | Description                                 |\n| ------------------------------------------------------------------------- | ------------------------------------------- |\n| [react-apexcharts](https://apexcharts.com/docs/react-charts/)             | Generate and show AQI history as line graph |\n| [clsx](https://github.com/lukeed/clsx#readme)                             | Easy naming classes                         |\n| [react-awesome-modal](https://github.com/shibe97/react-awesome-modal)     | Show single city in a pop-up modal          |\n| [react-time-ago](https://gitlab.com/catamphetamine/react-time-ago#readme) | Show time as text like *few seconds ago*    |\n| [sass](https://github.com/sass/node-sass)                                 | Easy writing css classes                    |\n| websocket                                                                 | Connect and listen to *city-ws* web socket  |\n  \n  \n**DevDependencies**\n| Library                              | Description                           |\n| ------------------------------------ | ------------------------------------- |\n| [tailwind](https://tailwindcss.com/) | CSS utils library for quick designing |\n\n\n## Features\n- Real-time Updates\n- Simple UI\n- Fully responsive\n- Neat Graphs\n- Color based status\n- Download Graphs as PNG, SVG or CSV\n\n## Installation\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Time Record\n\n**`Total time: 9 h 49 m 30 s`**\n\nA detailed list of how much time I spent on which task **from most to least**.\n\n| Task                         | Time         |\n| ---------------------------- | ------------ |\n| Developing Frontend          | 3h 45 m 06 s |\n| Creating History Chart       | 52 m 13 s    |\n| README                       | 56 m 17 s    |\n| Draw Wire frames             | 35 m 22 s    |\n| Integrating Websocket        | 31 m 59 s    |\n| Deploy *Hello World* Program | 17 m 49 s    |\n| Deploy Final App             | 13m 03 s     |\n| Initiate App + Repo          | 11 m 08 s    |\n| Installing SASS + Tailwind   | 9 m 16 s     |\n| Code Review                  | 08 m 52 s    |\n\n| Algorithms                   | Time      |\n| ---------------------------- | --------- |\n| Merging New \u0026 Current List   | 49 m 34 s |\n| Showing Live City in Modal   | 25 m 28 s |\n| Updating *Updated* Time      | 22m 56 s  |\n| Storing AQI History          | 11 m 26 s |\n| Select cities for comparison | 10 m 06 s |\n| Converting AQI Data          | 05 m 28 s |\n| Limit History Items          | 03 m 27 s |\n\n## Credits\n- wss://city-ws.herokuapp.com - Websocket for Test [here](https://www.websocket.org/echo.html)\n- [Boosted](https://play.google.com/store/apps/details?id=com.boostedproductivity.app) - Helped me track my working time\n- [NotiBu](https://play.google.com/store/apps/details?id=com.isolpro.notibu) - Helped me add important notes in my notification panel","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futsavdotpro%2Fairqualitymonitorweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futsavdotpro%2Fairqualitymonitorweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futsavdotpro%2Fairqualitymonitorweb/lists"}