{"id":21176338,"url":"https://github.com/charandvvk/user-directory","last_synced_at":"2026-04-10T01:41:11.473Z","repository":{"id":213776117,"uuid":"734902810","full_name":"charandvvk/User-Directory","owner":"charandvvk","description":"ReactJS-based Web Application developed as part of a hiring assignment by Teachmint.","archived":false,"fork":false,"pushed_at":"2023-12-24T13:51:20.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T11:30:20.598Z","etag":null,"topics":["css3","html5","javascript-es6","react-js","react-router-dom-v6"],"latest_commit_sha":null,"homepage":"https://user-directory-charandanda.netlify.app/","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/charandvvk.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}},"created_at":"2023-12-23T01:00:00.000Z","updated_at":"2023-12-24T13:56:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb4560da-339a-4a08-aa4c-00a96b55c340","html_url":"https://github.com/charandvvk/User-Directory","commit_stats":null,"previous_names":["charandvvk/user-directory"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charandvvk%2FUser-Directory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charandvvk%2FUser-Directory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charandvvk%2FUser-Directory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charandvvk%2FUser-Directory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charandvvk","download_url":"https://codeload.github.com/charandvvk/User-Directory/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243624092,"owners_count":20321029,"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":["css3","html5","javascript-es6","react-js","react-router-dom-v6"],"created_at":"2024-11-20T17:01:13.685Z","updated_at":"2025-12-31T00:24:01.540Z","avatar_url":"https://github.com/charandvvk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# User Directory: ReactJS-based Web Application\n\nThis project is developed as part of a hiring assignment for a Frontend role at [Teachmint](https://www.teachmint.com/).\n\n## Table of Contents\n\n1. [Overview](#overview)\n2. [Demo](#demo)\n3. [Usage](#usage)\n4. [Screenshots](#screenshots)\n5. [Features](#features)\n6. [Technologies](#technologies)\n7. [Setup](#setup)\n\n## Overview\n\nThis application interacts with the provided APIs shown below and displays a list of users, their posts, and an interactive world clock.\n\n- [https://jsonplaceholder.typicode.com/users](https://jsonplaceholder.typicode.com/users) (GET users)\n- [https://jsonplaceholder.typicode.com/posts](https://jsonplaceholder.typicode.com/posts) (GET posts)\n- [http://worldtimeapi.org/api/timezone](http://worldtimeapi.org/api/timezone) (GET time zones)\n- [http://worldtimeapi.org/api/timezone/:area/:location[/:region]](http://worldtimeapi.org/api/timezone/Africa/Abidjan) (GET current time)\n\n## Demo\n\nYou can experience a live demo of the application [here](https://user-directory-charandanda.netlify.app/), hosted on Netlify.\n\n## Usage\n\n1. Click on a user card on the home page to navigate to the user details page.\n3. Click on the dropdown to pick a time zone for the clock.\n3. Toggle the button on the top right to pause or resume the clock.\n4. Click on a post card to open a popup, click outside the popup to close it.\n5. Click on the \"Back\" button to return to the home page.\n\n## Screenshots\n\n- Home Page:\n\u003cimg width=\"1440\" alt=\"Home Page\" src=\"https://github.com/charandvvk/User-Directory/assets/87474759/759ffc95-bc11-4abd-8c70-3f006de63b1f\"\u003e\n\n- User Details Page:\n\u003cimg width=\"1440\" alt=\"User Details Page\" src=\"https://github.com/charandvvk/User-Directory/assets/87474759/b4e63b77-5dd0-42f4-ace7-07906d3b4a9f\"\u003e\n\n- Time Zones Dropdown:\n\u003cimg width=\"1440\" alt=\"Dropdown for Time Zones\" src=\"https://github.com/charandvvk/User-Directory/assets/87474759/ee72bbc1-4a18-4eac-9884-0cfb49157cd5\"\u003e\n\n- Post Content Popup:\n\u003cimg width=\"1440\" alt=\"Popup for Post Content\" src=\"https://github.com/charandvvk/User-Directory/assets/87474759/6ddb1516-04b1-4b3d-aeb1-b9e2730a49cb\"\u003e\n\n## Features\n\n- Clean and optimized business logic to reduce API calls.\n- Unique routes to each user's details page.\n- Data served via states, context, and a custom hook.\n- Responsive UI, reusable and maintainable components.\n\n## Technologies\n\n- [HTML5](https://html.com/)\n- [CSS3](https://css3.com/)\n- [JavaScript/ES6](https://www.javascript.com/)\n- [React Router](https://reactrouter.com/en/main)\n- [React](https://react.dev)\n\n## Setup\n\nTo get a local copy of the project up and running, follow these steps:\n\n1. Launch your preferred command-line interface (CLI).\n\n2. Clone the repository: `git clone https://github.com/charandvvk/User-Directory.git`\n  \n3. Change to the project directory: `cd User-Directory`\n\n4. Install dependencies: `npm i`\n\n5. Start the development server: `npm run dev`\n\n6. Open your favored browser and navigate to http://localhost:5173.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharandvvk%2Fuser-directory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharandvvk%2Fuser-directory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharandvvk%2Fuser-directory/lists"}