Skip to content

nyagooh/Groupie-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Groupie Tracker - Search Bar

Project Description

The Groupie Tracker Search Bar project focuses on creating a functional search feature for a web application. This feature enables clients to search through data for specific attributes, such as artists, members, or other relevant information, and return results in an intuitive and user-friendly manner.

Key Features

  1. Search Cases:

    • Artist/Band Name
    • Members
    • Locations
    • First Album Date
    • Creation Date
  2. Case-Insensitive Search:

    • The search functionality is designed to be case-insensitive, ensuring flexibility for users.
  3. Typing Suggestions:

    • As the user types, suggestions are displayed dynamically.
    • Suggestions identify and indicate the type of the result (e.g., member, artist/band).
  4. Example Behavior:

    • Typing "phil" might suggest:
      • "Phil Collins - Member"
      • "Phil Collins - Artist/Band"

Technology and Approach

  • The application leverages efficient algorithms to provide real-time search suggestions.
  • The UI focuses on responsiveness and clarity to ensure an excellent user experience.

Repository

The code for this project is available on GitHub: https://github.com/nyagooh/Groupie-Tracker.git

Main Project

This is a subproject of the main Groupie Tracker project: https://learn.zone01kisumu.ke/git/kevwasonga/groupie-tracker

Collaborators

Usage

  1. Clone the Repository:

    git clone https://github.com/nyagooh/Groupie-Tracker.git
  2. Navigate to the Project Directory:

    cd Groupie-Tracker
  3. Run the Server: Ensure you have Go installed on your system, then execute:

    go run main.go
  4. Access the Application: Open your browser and navigate to:

    http://localhost:8080
    

License

This project is open source and distributed under the GNU General Public License v3.0. For more details, see the LICENSE file.

Contributions

We welcome contributions to the project. To contribute:

  1. Fork the repository.
  2. Create a feature branch: git checkout -b feature-name.
  3. Commit your changes: git commit -m "Description of changes".
  4. Push the branch: git push origin feature-name.
  5. Open a pull request.

Feedback

We encourage feedback and suggestions. Feel free to open an issue or contact any of the collaborators directly.


Thank you for your interest in Groupie Tracker Search Bar!

About

No description, website, or topics provided.

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
GNU_LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •