Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T16:14:30.000Z (over 5 years ago)
- Last Synced: 2024-10-24T13:38:25.918Z (2 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_.