Edidiong
@ScarAgathorAll solutions
- Submitted 3 months ago
responsive todo app using node js for the backend
- HTML
- CSS
- JS
My current code causes all users to share the same database, I couldn't figure out how to not have this happen. I tried making a user table to keep user ids but in the end, I couldn't figure it out. I am kind of burnt out with this project as I spent almost two full weeks on it and I really want to do something else. The rest of the code works as intended but if anyone knows how to separate the user data, please I would really appreciate it.
- Submitted 3 months ago
responsive calculator app with theme switcher
- HTML
- CSS
- JS
My current calculator is very limited. It can only work on two numbers at most and it doesen allo more than one number to have a decimal point. I guess I didn't plan properly for this but I would still like advice on how other people solved that problem. I would also appreciate advice on making the numbers appear with the commas automatically
- Submitted 3 months ago
responsive dictionary web app with react and scss
- HTML
- CSS
- JS
- API
I couldn't figure out how to automatically search using the synonym button.
I would also appreciate advice on how to plan for react projects more efficiently as I kind of just went in blind with this one using only the basics of react that I knew
- Submitted 3 months ago
responsive password generator app using tailwindcss
- HTML
- CSS
- JS
Advice on how to dynamically add classes using js and tailwind and also how to design the custom slider in tailwind. I also couldn't figure out how to make the custom slider accessible. I.e, I couldn't complete it using my keyboard alone dso I would appreciate advice on this
- Submitted 3 months ago
Responsive Product List with cart using sass and js
- HTML
- CSS
- JS
Any advice on how I would test the application, I don't really know What I would be testing for
- Submitted 4 months ago
responsive social media dashboard with SCSS and BEM Notation
- HTML
- CSS
- JS
I would like advice on organizing scss code and what are the best situations to use it in as I just used it to write the entire CSS file, but I don't know if there are better use cases for it.
- Submitted 4 months ago
responsive pricing toggle with only html and css
- HTML
- CSS
- JS
I really couldn't figure out how to make the label outline while making the check button respond at the same time. It is still completable with a keyboard, but the label toggle its kind of inconvenient.
- Submitted 4 months ago
responsive office lite page with js
- HTML
- CSS
- JS
Any help on how to send data between two HTML pages would be helpful. I also really need help on being more organized on relatively larger projects like this.
- Submitted 4 months ago
responsive crowdfunding page with css grid and js
- HTML
- CSS
- JS
Any advice on a more efficient way to connect the buttons and outputs.
- Submitted 4 months ago
responsive github user search app with js and BEM
- HTML
- CSS
- JS
- API
I would appreciate advice on styling the margin under the image as I could not figure out how to position it like how it is on the design file. I also didn't add the prefer color scheme as I didn't understand it very well. I will still try though
- Submitted 4 months ago
time tracking page using json for data
- HTML
- CSS
- JS
I couldn't figure out how to automate the timeframe checking when a timeframe is clicked so instead I wrote the code for each timeframe individually. Any advice on how I could make this code shorter is appreciated. I also had a problem with the page in mobile size. It was overflowing in y and cutting of the top and bottom parts of the page and I don't know why.
- Submitted 4 months ago
responsive intro page with dropdowen menu
- HTML
- CSS
- JS
I could not figure out how to make the svgs scalable, so I would appreciate any advice on that.
- Submitted 4 months ago
responsive tip calculator
- HTML
- CSS
- JS
I would like some advice on designing those input sections.
- Submitted 4 months ago
responsive component with flexbox and js
- HTML
- CSS
- JS
I would like help with the animation of the bars, specifically with making them originate from the bottom instead of the top of their container.
- Submitted 4 months ago
notification page with js
- HTML
- CSS
- JS
I couldn't find a way to add thee red circle at the end of unread messages and I really wanted to move on to a different challenge that uses data attributes, so I never completed that part.
- Submitted 4 months ago
responsive homepage with a responsive dashboard menu
- HTML
- CSS
- JS
I would like advice on making the keyboard ignore the content behind the overlay when the movbile menu is active while using the keyboard top navigate the page.
- Submitted 4 months ago
Responsive calculator with vanilla js
- HTML
- CSS
- JS
I would like more help with making svgs scalable
- Submitted 4 months ago
responsive sign-up form with client side validation
- HTML
- CSS
- JS
I would appreciate advice in validating the email in particular. I used a reg expression but I still don't really understand it.