An open API service indexing awesome lists of open source software.

https://github.com/maximeheckel/react-hook-context-emotion-dark-mode

A implementation of Dark Mode in React using Hooks, Context and Emotion
https://github.com/maximeheckel/react-hook-context-emotion-dark-mode

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# react-hook-context-emotion-dark-mode

This project was bootstrapped with [Create React App](https://github.com/facebook/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](http://localhost:3000)