DEV Community

Cover image for React Ecommerce Website with Dark Mode Toggle
Kishan Sheth
Kishan Sheth

Posted on

 

React Ecommerce Website with Dark Mode Toggle

You can get the template from the link proivided in the description of the video.

Technologies Used :

  • React
  • CSS

Libraries and Assets Used :

  • React Icons
  • Scroll Reveal for Animations
  • Sass for scss

To learn how to create this template watch the complete video. You can get the template for free from the link provided in the description of the video.

Please do like the video and subscribe to the channel. It helps and motivates me to create more content like this.

If there are any room for improvements please let me know. You can also fork the repository and give me a merge request if you can implement something more.

Top comments (4)

Collapse
 
andrewmalik profile image
Andrew Malik

Can you make a video with more themes ?

Collapse
 
andrewmalik profile image
Andrew Malik

Like they have in the premium themeforest templates ?

Collapse
 
koolkishan profile image
Kishan Sheth

Sure thing dude.

Collapse
 
andrewmalik profile image
Andrew Malik

Good Video

Top Posts from the React Ecosystem

1. Changes In The Official React Documentation

The former React Docs Beta has been officially released as the updated React documentation at react.dev after years of hard work and refinement. Check out the brand new React Docs: What’s New in the Updated React Docs

2. CRA's Time is Over

React developer team has removed create-react-app (CRA) from official documentation rendering it no longer the default setup method for new projects. The bulky setup, slow, and outdated nature of CRA led to its removal: create-react-app is officially dead

3. How to Fetch Dev.to Articles for Your Portfolio

Integrate the articles of your Dev.to profile into your personal portfolio with either React, Vue, or Next.js by following these simple steps. It outlines how to include frontend to pull the information and correctly utilizes the Dev.to API: How to Fetch Your Dev.to Articles for Your Portfolio with React