The Contributors Wall is bored of being hardcoded 馃懟! Make it read contributor usernames dynamically from the existing CONTRIBUTORS.md file instead of hardcoding them in JSX.
Prerequisite: depends on #5.
What to do:
- Parse the
CONTRIBUTORS.md file to get contributor usernames
- Render them in the Contributors component dynamically
- Keep existing Contributors Wall styling
Fun comment for context:
\\ ghost whispers: "let the file do the work"
This is a great opportunity to practice working with files and rendering dynamic data in React.
The
Contributors Wallis bored of being hardcoded 馃懟! Make it read contributor usernames dynamically from the existingCONTRIBUTORS.mdfile instead of hardcoding them in JSX.Prerequisite: depends on #5.
What to do:
CONTRIBUTORS.mdfile to get contributor usernamesFun comment for context:
\\ ghost whispers: "let the file do the work"This is a great opportunity to practice working with files and rendering dynamic data in React.