This project is a simplified clone of Usability Hub, a platform for usability testing and user feedback. The goal of this project is to replicate some of the core features and functionalities of Usability Hub using web technologies.
- Task Creation: Create and post usability testing tasks for users to perform.
- User Testing: Allow users to participate in usability testing by completing tasks and providing feedback.
- Analytics Dashboard: Display collected data and insights in a visually appealing analytics dashboard.
- HTML: Used for creating the structure and content of the web pages.
- CSS: Utilized for styling the user interface and enhancing the user experience.
- Clone the repository:
git clone https://github.com/your-username/usability-hub-clone.git
- Open
index.html
in your preferred web browser to access the application.
Or You can visit the live website: Usability Hub Clone (https://sonidhruv26.github.io/Usability-Hub-Clone
- Navigate to the homepage.
- Users can register/login to the platform.
If you'd like to contribute to this project, please follow these steps:
- Fork the repository
- Create a new branch for your feature:
git checkout -b feature-name
- Commit your changes:
git commit -m 'Add a new feature'
- Push to the branch:
git push origin feature-name
- Submit a pull request
- This project is inspired by the features and design of Usability Hub (https://usabilityhub.com).
- Special thanks to the open-source community for their valuable contributions.