jjcollinge / jjcollinge/Blockchain-VotingApp
ReactJS app needs componentising and refactoring.
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently the app is a monolithic component with global state. Ideally we'd split out each component i.e. Header-bar, Username-input, Proposal-input, Results, etc. to make the interface much cleaner and more reusable.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the monolithic ReactJS component and reviewing how its global state is used across the interface. Identify the Header-bar, Username-input, Proposal-input, and Results sections named in the issue, then verify that the app still works and those pieces are separated into reusable components.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100