Edidiong
@ScarAgathorAll solutions
responsive todo app using node js for the backend
#node#sass/scss#sql#expressPSubmitted 8 months agoMy 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.
responsive calculator app with theme switcher
#sass/scssPSubmitted 8 months agoMy 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
responsive dictionary web app with react and scss
#react#sass/scssPSubmitted 8 months agoI 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
responsive password generator app using tailwindcss
#tailwind-cssPSubmitted 8 months agoAdvice 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
Responsive Product List with cart using sass and js
#sass/scssPSubmitted 9 months agoAny advice on how I would test the application, I don't really know What I would be testing for
responsive social media dashboard with SCSS and BEM Notation
#sass/scss#bemPSubmitted 9 months agoI 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.
responsive pricing toggle with only html and css
PSubmitted 9 months agoI 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.
responsive office lite page with js
PSubmitted 9 months agoAny 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.
responsive crowdfunding page with css grid and js
PSubmitted 9 months agoAny advice on a more efficient way to connect the buttons and outputs.
responsive github user search app with js and BEM
PSubmitted 9 months agoI 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
time tracking page using json for data
PSubmitted 9 months agoI 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.
responsive intro page with dropdowen menu
PSubmitted 9 months agoI could not figure out how to make the svgs scalable, so I would appreciate any advice on that.