This project was bootstrapped with Create React App.
This is a sample project showcasing a simple implementation of Dark Mode for a React app using Hooks & Context.
To start using this example:
- Clone this repo with
git clone
- Install all the dependencies with
npm install
- Afterward, just run the following command
npm start
The project should start, a browser window will be automatically open and the app should be loaded on http://localhost:3000