Change ordered list to unordered list in project challenges
See original GitHub issueChallenge Name
Any of the project challenge pages (e.g https://www.freecodecamp.com/challenges/show-the-local-weather)
Issue Description
Currently, the project challenges have an ordered list, listing the requirements and instructions for the challenge. However, I think there are too many “lists” as there is a bulleted list and the numerical list.
Firstly, I remember reading someone making an issue or comment on how the rule numbers usually make a weird contrast with its list number, like so where Rule #1
is listed as #2
in the list:
Secondly, there appears to be a redundancy in “lists,” where you have the check boxes but also the numbered list items. Each item is already separated by spaces so I don’t think you really need the numbers.
Numbers in a list, in my opinion, should have some meaning to it like needing to know there are 3 or 4 requirements for something. But in this case, the numbers don’t really tell you much except there are 10 or so lines to read, which knowing the number is inconsequential to solving the challenge.
Proposed Fix
Change the ordered list to an unordered one. To make these changes, I think all we’d need to do is change this line from ol
to ul
(correct me if I’m wrong). Overall, I think these changes will give a cleaner look to the challenges.
Screenshot
Currently:
Proposed Change:
cc/ @hallaathrad
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:10 (5 by maintainers)
Top GitHub Comments
@sanskar-modi, feel free to tackle this now! We have decided to remove the checkboxes and numbers.
Please, check our Guidelines for Contributing and if you need any assistance reach out to the Contributors Chat room.
@sanskar-modi let’s wait for @hallaathrad opinion!