/react-hook-context-emotion-dark-mode

A implementation of Dark Mode in React using Hooks, Context and Emotion

Primary LanguageJavaScript

react-hook-context-emotion-dark-mode

This project was bootstrapped with Create React App.

Project

This is a sample project to showcase a simple implementation of Dark Mode for a React app using Hooks, Context and Emotion.

Contribute

If you want to contribute to this example or just hack on top of it, the following list contains the steps to run this project:

  1. Run yarn or npm install
  2. Run yarn start or npm start

The project should start and a browser window will be automatically opened and load the app on http://localhost:3000