filter-challenges icon indicating copy to clipboard operation
filter-challenges copied to clipboard

Made for students of Microverse. Chrome extension to hide/show the completed challenges or projects from the lists.

Filter Challenges

Chrome extension made with ❤️ for the Microverse online software school students.

Table of Contents

  • Objective
  • Features
  • Future Features
  • Installation
  • Usage
  • Technologies Used
  • Acknowledgments
  • Author
  • Contributing
  • Show your support

Objective

Microverse is an online software development school. Students learn multiple programming languages and Computer Science fundamentals, through working on real projects with other students to reach mastery. Every day, each student, her/his coding partner, and the stand-up team will support and hold each other accountable to produce great work while remote pair programming.

There is a dashboard where the students can connect and get info for their weekly progress and the daily program. On the dashboard, there is an option called 'View Progress'. By clicking on it, the students see a page with options to choose between Projects, Coding Challenges, and Professional skills.

When students click on an option they see a list of their projects. The problem is that after a couple of months the list has many completed projects and they have to scroll a lot. This is especially true in the case of Coding Challenges. This extension solves this problem by removing temporarily the completed projects.

Up

Features

  1. It temporarily removes all completed projects from the list. User can see the full list by clicking the Show Completed button. Currently works on Projects, Coding Challenges, and Professional skills.

Future Features

  1. Add an icon

Installation

Currently the extension in not on the Chrome Web Store. Follow the steps below to add it to your Chrome Extensions.

  1. Clone this repo to your computer.
  1. On your Chrome bar type chrome://extensions/ and press enter.
  1. Turn on the Developer mode toggle button on the top right of the bar.
  1. Click the Load Unpacked button.

  2. Navigate where you saved the project and select the filter-challenges folder.

  1. If you did everything right the extension is installed and ready to use.

Up

Usage

  1. Navigate to your Microverse Dashboard. Click View Progress and then Coding Challenges.
  1. Your list now show only the pending items.

  2. If you want to see the completed items just click on the button Show Completed

Up

Technologies Used

  • HTML/CSS
  • ES6
  • Chrome

Up

Acknowledgements

Up

👤 Author

🤝 Contributors

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

  1. Fork the project repo
  2. Create your feature branch git checkout -b my-new-feature
  3. Stage new changes for commit git add .
  4. Commit your changes git commit -m 'Add some feature'
  5. Push to the branch git push origin my-new-feature
  6. Create a new Pull Request

Show your support

Give a ⭐️ if you enjoyed this project!

📝 License

This project is MIT licensed.