{"id":48688768,"url":"https://github.com/sarasjodin/api-requests","last_synced_at":"2026-04-11T04:39:07.657Z","repository":{"id":276448419,"uuid":"929300009","full_name":"sarasjodin/api-requests","owner":"sarasjodin","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-30T18:25:59.000Z","size":9656,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-30T19:38:07.624Z","etag":null,"topics":["api-requests","filtering","javascript","sorting"],"latest_commit_sha":null,"homepage":"https://some-api-calls.netlify.app/","language":"CSS","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/sarasjodin.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-08T08:10:09.000Z","updated_at":"2025-04-30T18:25:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"9656178c-7f48-481f-b858-7c45d7742029","html_url":"https://github.com/sarasjodin/api-requests","commit_stats":null,"previous_names":["sarasjodin/api-requests"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sarasjodin/api-requests","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarasjodin%2Fapi-requests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarasjodin%2Fapi-requests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarasjodin%2Fapi-requests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarasjodin%2Fapi-requests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sarasjodin","download_url":"https://codeload.github.com/sarasjodin/api-requests/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarasjodin%2Fapi-requests/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31669117,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api-requests","filtering","javascript","sorting"],"created_at":"2026-04-11T04:39:06.948Z","updated_at":"2026-04-11T04:39:07.613Z","avatar_url":"https://github.com/sarasjodin.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📌 Course Schedule Web Application\n\n## 📖 Project Overview\n\nThis project is a **web application** that fetches and displays course schedule data from a JSON file. The main objectives are:\n\n- Fetching data using the **Fetch API** with `async/await` and `try/catch`.\n- Displaying the course schedule in a **dynamic table**.\n- Implementing **sorting** functionality (by course code, course name, and progression).\n- Implementing **filtering** functionality (searching by course code or course name).\n- Ensuring **real-time updates** without page reloads.\n- Using **Parcel** as a build tool and managing version control with **Git \u0026 GitHub**.\n- Deploying the project using **Netlify**.\n\n## 🚀 Features\n\n- ✅ Fetch and display course data dynamically.\n- ✅ Clickable headers to sort courses alphabetically.\n- ✅ Real-time search filtering based on user input.\n- ✅ Fully responsive UI for desktop and mobile.\n- ✅ Hosted on **Netlify** with automatic deployment.\n\n## 📂 Project Structure\n\n```\n/src\n├── index.html          # Main HTML structure\n├── 📂styles            # Styles folder\n│    └──styles.css      # Styling for the table and UI\n├── 📂scripts           # Scripts folder\n│    ├──app.js          # Main JavaScript logic\n│    ├──fetchData.js    # Fetch API logic\n│    └──utils.js        # Sorting and filtering functions\n└── 📂images\n```\n\n## 🔧 Technologies Used\n\n- **JavaScript (ES6+)**\n- **Fetch API**\n- **Parcel**\n- **Git \u0026 GitHub**\n- **Netlify** (for deployment)\n\n## 📌 How to Run Locally\n\n1. **Clone the repository**\n\n   ````sh\n   git clone \u003crepository-url\u003e\n   cd project-folder```\n\n   ````\n\n2. **Install dependencies \u0026 Start the development server**\n\n   ````npm install\n   npm run dev ```\n\n   ````\n\n3. **Open in browser**\n   The application runs on http://localhost:1234/ by default.\n\n🌍 Live Demo\n\nThe project is deployed on Netlify. Click below to view the live version:\n[🔗 View Live Site](https://some-api-calls.netlify.app/)\n\n## 📌 Contribution \u0026 Version Control\n\n### Git branching strategy:\n\n- **main** → Stable production branch.\n- **api-requests/feature/sorting** → Development branches for Fetch API features/sorting and filtering.\n  Commits should be descriptive, e.g., Added search filtering functionality.\n  Some pull Requests (PRs) will be reviewed before merging to main.\n\n## 📜 License\n\nThis project is open-source and available under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarasjodin%2Fapi-requests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarasjodin%2Fapi-requests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarasjodin%2Fapi-requests/lists"}