MarieG41
@MarieG41All solutions
- Submitted 6 months ago
Responsive e-commerce product page with React18
- HTML
- CSS
- JS
I would like help for refactoring my code as I find it difficult to do especially in React because I'm a beginner.
- Submitted 7 months ago
Space Tourism Website with CSS Grid
- HTML
- CSS
- JS
How to display the right data when you click on the tab in JS?
- Submitted 8 months ago
Social media Dashboard with theme switcher
- HTML
- CSS
- JS
I'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.
- Submitted 9 months ago
Coding bootcamp testimonials slider with SCSS
- HTML
- CSS
- JS
I'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();
- Submitted 9 months ago
Product preview card component with HTML & SCSS
- HTML
- CSS
I don't think I need help on this project.