MarieG41
@MarieG41All solutions
Responsive e-commerce product page with React18
#react#bemSubmitted about 1 year agoI would like help for refactoring my code as I find it difficult to do especially in React because I'm a beginner.
Space Tourism Website with CSS Grid
#accessibility#bem#animationSubmitted about 1 year agoHow to display the right data when you click on the tab in JS?
Social media Dashboard with theme switcher
#accessibility#sass/scssSubmitted over 1 year agoI'd like some help with the theme switcher for the data in the Dashboard the first data stays as the light version and I don't know how to fix that.
Coding bootcamp testimonials slider with SCSS
#accessibility#sass/scssSubmitted over 1 year agoI'd like some help for the Javascript part. I can make the second slider appear and the first one disappear, but I can't make the first one appear again.
const prev = document.querySelector('.prev'); const next = document.querySelector('.next'); const testimonialOne = document.querySelector('.One'); const testimonialTwo =document.querySelector('.testimonial-2'); function nextTest() { next.addEventListener('click', function() { testimonialTwo.classList.remove('hidden'); testimonialOne.classList.add('hidden'); }) } function PreviousTest() { prev.addEventListener('click', function() { testimonialTwo.classList.add('hidden'); testimonialOne.classlist.remove('hidden'); }) } nextTest(); PreviousTest();
Intro section with dropdown navigation (HTML, SCSS & JS)
#accessibility#sass/scssSubmitted over 1 year agoResponsive Results Summary Component with JSON data manipulation
#accessibility#sass/scss#fetchSubmitted over 1 year agoProduct preview card component with HTML & SCSS
#sass/scss#accessibilitySubmitted over 1 year agoI don't think I need help on this project.