- 3:00 - Research Wordle game source code Website
- 4:00 - Research Google and Youtube for clarification and ideas Article Youtube Youtube
- 6:00 - Review LHTP lesson and set up initial files
- 7-8 - Work on Readme
- 9:00 - Work on Capstone Proposal
- 10:00 - Watch YT video to research key presses Youtube
- 11:30-12 - Set up HTML draft
4 hours total
- 5:30-6:30 - Update Capstone Proposal
- 6:30-7:30 - Continue watching YT links for ideas and general outline dan YT - Organize CapProposal stretch goals section
- 7:30-8:30 - Update requirements.md and outline features that will be needed
- 8:30-9:30 - Finish last hour of danYT video
8 hours total
- 7:30-8:30 - Research online and review LHTP to refresh webpack and npm
- 8:30-9:30 - Research SASS. W3Schools, google, youtube https://www.youtube.com/watch?v=_a5j7KoflTs&ab_channel=freeCodeCamp.org
- 9:45-10:30 - Research Javascript key press https://developer.mozilla.org/en-US/docs/Web/API/Document/keydown_event
- 10:30-11:30 - Watch more youtube on sass, flexbox https://www.youtube.com/watch?v=_a5j7KoflTs&ab_channel=freeCodeCamp.org
12 hrs
- 3:30-4:30 - update req.md and build basic html structure
- 4:30-5:30 - research document.querySelector, getelementby, other ways to manipulate html https://www.w3schools.com/js/js_htmldom_document.asp
- 5:30-6:30 - watch udemy and yt about dom manipulation
15hrs
- 8:00-9:30 - update files for css and js, research vh units
- 9:30-10:30 - brainstorm keyboard display, keypresses
- 10:30-11:00 - create buttons in javascript
18hrs+
- HTML
- CSS
- JavaScript
Bertle is a word-guessing game based on Wordle. Players have a six attempts to try and guess the correct word. Color hints are given according to correct letter position.
- In terminal, navigate to root folder
- Run
git clone https://github.com/leesga8/Alberdle
to clone the repository. - Open project folder in editor
- Open index.html in your browser
- Users can submit invalid words
Copyright (c) 2021 Albert Lee
Albert Lee: leesga8@gmail.com