Skip to content

The NRC Code Search project is a web application that allows users to search for National Registration Card (NRC) information based on NRC code, NRC name, or city name. It provides a simple and user-friendly interface for retrieving relevant NRC data from a JSON file and displaying the search results.

License

Notifications You must be signed in to change notification settings

Khant-SoDOpe/NRC-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NRC Code Search

The NRC Code Search project is a web application that allows users to search for National Registration Card (NRC) information based on NRC code, NRC name, or city name. It provides a simple and user-friendly interface for retrieving relevant NRC data from a JSON file and displaying the search results.

Features

  • Search by NRC code: Users can input an NRC code to find matching entries.
  • Search by NRC name: Users can input an NRC name to find matching entries. The NRC name is extracted from the data entries using a helper function.
  • Search by city name: Users can input a city name to find matching entries.
  • Dynamic search results: The application filters the data in real-time based on the user's input and displays the matching entries in a scrollable table.
  • Error handling: The application handles errors gracefully, displaying appropriate messages in case of data retrieval or fetching errors.

Technologies Used

The NRC Code Search project is built using the following technologies:

  • HTML: Provides the structure and layout of the web page.
  • CSS: Styles the web page and enhances the user interface.
  • JavaScript: Implements the search functionality and data retrieval using the Fetch API.
  • JSON: Stores the NRC data in a structured format for easy retrieval.

Usage

To use the NRC Code Search application, follow these steps:

  1. Open the web page in a browser.
  2. Enter an NRC code, NRC name, or city name in the search input field.
  3. As you type, the application will dynamically filter the data and display the matching entries in a scrollable table.
  4. If no matching entry is found, a message will be displayed indicating that no results were found.
  5. You can refine your search by modifying the input in the search field.

Getting Started

To get started with the NRC Code Search project, follow these steps:

  1. Clone the project repository: git clone https://github.com/your-username/nrc-code-search.git
  2. Open the index.html file in a web browser.
  3. Start searching for NRC information by entering the desired search query.

Contributions

Contributions to the NRC Code Search project are welcome! If you find any bugs, have suggestions for improvements, or would like to add new features, feel free to open an issue or submit a pull request on the GitHub repository.

Contact

For any questions or inquiries, please contact [email protected].

About

The NRC Code Search project is a web application that allows users to search for National Registration Card (NRC) information based on NRC code, NRC name, or city name. It provides a simple and user-friendly interface for retrieving relevant NRC data from a JSON file and displaying the search results.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published