Derik Boghozian
@psychederikAll solutions
- Submitted about 1 month ago
Time Tracking Dashboard | Vite + React, CSS Modules, Dynamic Rendering
- HTML
- CSS
- JS
My primary weakness now lies in the earliest stages of development, deciding which elements I want to break down into components. One example would be the UserProfile component. I wasn't sure whether to include the navbar in there, or create a Navbar component, or just include the navbar in the layout since this is a small project.
Once I gain more experience thinking in React, however, I believe the mental image of the app structure should come more clearly to me and I would have an easier time organizing my files as such. If there are any good resources on how to approach the early stages of app development, please feel free to share! I will also look into this on my own time.
- Submitted about 1 month ago
Newsletter Signup Form: Vite + React JS | Validator | Responsive
- HTML
- CSS
- JS
As of now, I'm confident I understood the projects and the actions I took to create a solution. Deploying my app on GitHub Pages was sort of tricky but once I realized there was a Vite plugin to simplify the process, I just followed the documentation step by step, solved the problem, and learned why my app wasn't deploying properly in the first place.
- Submitted about 1 month ago
Article Preview Component: HTML, Tailwind-CSS, Javascript
- HTML
- CSS
- JS
I'm just curious if Tailwind-CSS has any limitations. Is Tailwind commonly used in real world paid projects?
- Submitted about 2 months ago
Testimonials Grid: HTML, Tailwind-CSS, Grid
- HTML
- CSS
The general sizing of the project as a whole has been confusing me. I'm hoping I got this one correct with margin-top auto and margin-bottom auto but if the size of the project is still disproportionate then I could use an explanation.
- Submitted about 2 months ago
Four Card Feature Section: HTML, Grid, Tailwind-CSS
- HTML
- CSS
I don't need help on this project.
- Submitted about 2 months ago
Product Preview Card Responsive Component: HTML, Tailwind-CSS
- HTML
- CSS
I would like to better understand multi-browser support and know why my design looks correct on Google Chrome but not on other browsers like Firefox, Brave or Arc.
- Submitted about 2 months ago
Recipe Page: HTML, Tailwind CSS, CSS Grid
- HTML
- CSS
I wasn't sure if the article, at 100% window zoom, was supposed to be positioned with a top and bottom margin or if the margin need only to persist when the screen view was shrunk, to say, 75% zoom. Needless to say, I had trouble centering the article as a whole at 100% window focal view.
- Submitted about 2 months ago
Social Links Profile: HTML5, TailwindCSS, node.js
- HTML
- CSS
I'm confident I understood everything in this project.
- Submitted about 2 months ago
Blog Card Preview
- HTML
- CSS
The primary areas I need help with are flex spacing to more precisely fit and space all content inside a div. Also, I'd like to learn more about how to scale font size with window size. Additionally, I think I can make my overall HTML and CSS structure a bit better for easier reading and accessibility.