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
- Host: GitHub
- URL: https://github.com/maximeheckel/react-hook-context-emotion-dark-mode
- Owner: MaximeHeckel
- Created: 2019-02-27T03:07:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T21:45:43.000Z (over 6 years ago)
- Last Synced: 2025-02-27T15:07:54.441Z (3 months ago)
- Language: JavaScript
- Size: 167 KB
- Stars: 43
- Watchers: 4
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)