https://github.com/thomas-basham/code-102-project
A web app used for preparing new software developers in their learning journeys. Built with HTML, CSS, and vanilla JavaScript.
https://github.com/thomas-basham/code-102-project
Last synced: 4 months ago
JSON representation
A web app used for preparing new software developers in their learning journeys. Built with HTML, CSS, and vanilla JavaScript.
- Host: GitHub
- URL: https://github.com/thomas-basham/code-102-project
- Owner: Thomas-Basham
- Created: 2023-06-28T01:22:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T02:07:56.000Z (almost 2 years ago)
- Last Synced: 2024-12-31T00:43:33.773Z (5 months ago)
- Language: HTML
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Beginner Dev Tips
A website used to provide tips for beginner software developers. Users can play a fun trivia game and then read up on some practical tips for your journey into learning software development.
## Author: Thomas Basham
## Wire-frames

### Links and Resources
- [Coolors Palette](https://coolors.co/palette/fffcf2-ccc5b9-403d39-252422-eb5e28)
### Reflections and Comments
Creating this app helped me prepare for teaching a course at Codex Academy. Overall, it was a fun process taking a break from the usual web frameworks I work with and using what feels like primitive tools to the software developer. The constraints in this project were to only use skills and tools that will be taught in the course. This enticed me to thoroughly read through the curriculum and get a solid grasp of how I would teach topics such as HTML, CSS, and basic JavaScript.