https://github.com/arrudadev/react-theme-switcher
Landing page with Dark/Light theme switcher.
https://github.com/arrudadev/react-theme-switcher
context-api github-pages react styled-components
Last synced: 24 days ago
JSON representation
Landing page with Dark/Light theme switcher.
- Host: GitHub
- URL: https://github.com/arrudadev/react-theme-switcher
- Owner: arrudadev
- License: mit
- Created: 2020-06-28T18:08:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T17:03:30.000Z (over 4 years ago)
- Last Synced: 2025-03-25T08:02:50.263Z (about 1 month ago)
- Topics: context-api, github-pages, react, styled-components
- Language: TypeScript
- Homepage: https://monteiro-alexandre.github.io/react-theme-switcher/
- Size: 3.4 MB
- Stars: 19
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
ReactThemeSwitcher

[](https://opensource.org/licenses/MIT)
[](http://makeapullrequest.com)Landing page with Dark/Light theme switcher.
![]()
![]()
## 💻 Technologies
This project was developed with the following technologies:
- [Typescript](https://www.typescriptlang.org/)
- [React](https://reactjs.org)
- [Styled Components](https://styled-components.com/)
- [Context API](https://pt-br.reactjs.org/docs/context.html)
- [React Scroll](https://github.com/fisshy/react-scroll)
- [React Slick](https://react-slick.neostack.com/)
- [Eslint](https://eslint.org/)
- [Commitlint](https://commitlint.js.org/#/)## 📝 Getting started
First you need to have `node` and `yarn` installed on your machine. Then, you can clone this repository.
```bash
git clone https://github.com/monteiro-alexandre/react-theme-switcher.git
```Install dependencies:
```bash
yarn
```After finishing the installation, run:
```bash
yarn start
```To view the project you can open [localhost:3000](http://localhost:3000).
## 🤔 Contributing
Please read [CONTRIBUTING.md](.github/CONTRIBUTING.md) for details on the code of conduct and the process for submitting pull requests.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.