Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.24 KB

File metadata and controls

35 lines (23 loc) · 1.24 KB

Word Filtering Web Application

This web application allows users to filter words in a text file based on specific criteria. It provides a simple and user-friendly interface to select a text file, specify a character position, and enter a target character. The application then filters the words in the file, displaying the filtered results on the page. Users can also download the filtered words as a text file.

Features

  • Select a text file (.txt) for word filtering.
  • Specify a character position in each word.
  • Enter a target character to filter the words.
  • Filtered words are displayed on the page.
  • Download the filtered words as a text file.
  • Simple and intuitive user interface.

Getting Started

To run the application locally, follow these steps:

  1. Clone the repository: git clone https://github.com/your-username/word-filtering-app.git
  2. Open the project folder: cd word-filtering-app
  3. Open the index.html file in a web browser.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Screenshots

Screenshot 1 Screenshot 2

Contributions

Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or submit a pull request.