Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dikshant441/gitsearchify
Basic frontend Project that fetch GitHub Limited user (using API) and add Search functionality on it with attractive user interface
https://github.com/dikshant441/gitsearchify
api css github html typescript vercel-deployment
Last synced: about 20 hours ago
JSON representation
Basic frontend Project that fetch GitHub Limited user (using API) and add Search functionality on it with attractive user interface
- Host: GitHub
- URL: https://github.com/dikshant441/gitsearchify
- Owner: Dikshant441
- Created: 2024-03-26T13:58:53.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-26T15:00:06.000Z (10 months ago)
- Last Synced: 2024-11-13T00:19:45.873Z (2 months ago)
- Topics: api, css, github, html, typescript, vercel-deployment
- Language: TypeScript
- Homepage: https://git-searchify.vercel.app
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: READme.md
Awesome Lists containing this project
README
# GitSearchify
- GitHub User Search Application
This web application utilizes the GitHub API to display limited user data and provides functionality for searching and filtering users based on their usernames.
## Key Features
1. **Display GitHub Users**: The application fetches user data from the GitHub API using the fetch method. This data includes information such as user avatar, username, and profile URL.
2. **Search Functionality**: Users can search for specific GitHub users by their usernames. The application provides a search input field where users can type the username they want to search for.
3. **Filter Users by Keyword**: In addition to searching by username, the application also allows users to filter users based on keywords. This functionality enables users to narrow down the list of displayed users based on specific criteria or interests.
4. **HTML, CSS, and TypeScript**: The project utilizes HTML for structuring the web page, CSS for styling the user interface, and TypeScript for adding type safety and additional functionality to JavaScript code.
5. **TypeScript Extensions**: TypeScript extensions enhance the development experience by providing additional features and tools specific to TypeScript, such as type checking, code refactoring, and IntelliSense support.
## Technologies Used
- HTML
- CSS
- TypeScript## Deploy
This project Deployon on Vercel Link => url(https://git-searchify.vercel.app/)