Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 680 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 680 Bytes

react-hook-dark-mode

This project was bootstrapped with Create React App.

Project

This is a sample project showcasing a simple implementation of Dark Mode for a React app using Hooks & Context.

Demo

Setup

To start using this example:

  1. Clone this repo with git clone
  2. Install all the dependencies with npm install
  3. Afterward, just run the following command npm start

Note:

The project should start, a browser window will be automatically open and the app should be loaded on http://localhost:3000