filter-challenges
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
- It temporarily removes all completed projects from the list. User can see the full list by clicking the
Show Completedbutton. Currently works on Projects, Coding Challenges, and Professional skills.
Future Features
- 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.
- Clone this repo to your computer.
- On your Chrome bar type
chrome://extensions/and press enter.
- Turn on the Developer mode toggle button on the top right of the bar.
-
Click the Load Unpacked button.

-
Navigate where you saved the project and select the filter-challenges folder.
- If you did everything right the extension is installed and ready to use.
Up
Usage
- Navigate to your Microverse Dashboard. Click View Progress and then Coding Challenges.
-
Your list now show only the pending items.
-
If you want to see the completed items just click on the button
Show Completed
Up
Technologies Used
- HTML/CSS
- ES6
- Chrome
Up
Acknowledgements
- Microverse software development school
- Murilo Roque Paiva da Silva for fixing the Projects list
- Tirthajyoti Ghosh for the show/hide functionality and button design
- Emeka Ananti for improving the README
- dDara from www.flaticon.com for the icon design
Up
👤 Author
- Github: @macnick
- Twitter: @mac_experts
- Linkedin: Nick Haralampopoulos
- AngelList: Nick Haralampopoulos
🤝 Contributors
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
- Fork the project repo
- Create your feature branch
git checkout -b my-new-feature - Stage new changes for commit
git add . - Commit your changes
git commit -m 'Add some feature' - Push to the branch
git push origin my-new-feature - Create a new Pull Request
Show your support
Give a ⭐️ if you enjoyed this project!
📝 License
This project is MIT licensed.