https://github.com/alitursucular/reactjs-toggle-button-with-states-demo
React is a modern way of dealing with the view layer by creating reusable UI components. This project is about building a toggle button using states. This is a fairly simple project but, still a good exercise. The collective knowledge of fundamental concepts enables us to deal with complex projects.
https://github.com/alitursucular/reactjs-toggle-button-with-states-demo
create-react-app jsx portfolio react-states reactjs toggle-button
Last synced: 3 months ago
JSON representation
React is a modern way of dealing with the view layer by creating reusable UI components. This project is about building a toggle button using states. This is a fairly simple project but, still a good exercise. The collective knowledge of fundamental concepts enables us to deal with complex projects.
- Host: GitHub
- URL: https://github.com/alitursucular/reactjs-toggle-button-with-states-demo
- Owner: alitursucular
- Created: 2019-05-08T22:56:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T16:14:30.000Z (about 6 years ago)
- Last Synced: 2025-02-02T01:30:01.322Z (5 months ago)
- Topics: create-react-app, jsx, portfolio, react-states, reactjs, toggle-button
- Language: JavaScript
- Homepage:
- Size: 289 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReactJS Login / Log Out toggle button using states
React is a modern way of dealing with the view layer by creating reusable UI components. This project is about building a toggle button using states. This is a fairly simple project but, still a good exercise. The collective knowledge of fundamental concepts enables us to deal with complex projects.For the **blog post** and the **demo** of this repo please visit: https://alitursucular.github.io/reactjs-login-log-out-toggle-button-using-states/
---
Note: The source code is in the _master branch_ while, the build code is in _gh-pages_.