Devlog #1: Basic About Me and Resume
I am creating a professional portfolio website for business cards and my account profiles (such as LinkedIn). I simply used HTML and CSS for this project. My website will include About Me, Resume, Coding Projects, and Other Projects sections, as well as a link to my GitHub and LinkedIn. While this is a bare-bones website for the requirements of the missions, I plan to add more features soon after. A full list of planned features is available in my README.
Devlog #2: Styling
I added/changed the following features:
Devlog #1: Basic website
I decided to create a website for a domestic violence instiute capstone project and Girls Who Code’s Pathways program (Web Development). The website currently features 3 pages: a home page with the definition of domestic violence, a fact generator that circles through different DV facts, and resources by My Sister’s Place on types/signs of DV compared to healthy relationships. I plan to add better styling, animations, and fix the navigation bar.
Devlog #1: Basic prototype and storyline
I am making a choose your own adventure (CYOA) game using p5.js and p5play for Girls Who Code’s Pathways Program (Game Design). I made the basic storyline (enter a haunted house, meet a skeleton and a witch, and try to escape) where the player chooses the way the plot goes. For my next devlog, I will decorate the screen more and add more choices to the story.
Devlog #1: Added a traffic light and a stop/go sign
I am creating a road simulator with a traffic light, stop/go sign, moving cars, and people crossing. So far, I’ve made a very basic light and sign prototype using just HTML and CSS. I want to challenge my skills by only using HTML and CSS, but I may need to use JS for the other aspects of my project. The light and sign stays at green/go for 18 seconds, yellow/slow down for 3 seconds, and red/stop for 12 seconds.
I got started on the Make Your Own Slack Bot tutorial! I looked into Node.js and got started on a few commands (I made a Discord bot in Python before and the syntax looks really similar!)