https://github.com/rijalghodi/passing-thought
Pass your thoughts and let it'll be removed after 15 seconds.
https://github.com/rijalghodi/passing-thought
lifecycle-components react useeffect
Last synced: 12 days ago
JSON representation
Pass your thoughts and let it'll be removed after 15 seconds.
- Host: GitHub
- URL: https://github.com/rijalghodi/passing-thought
- Owner: rijalghodi
- Created: 2022-10-18T00:46:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T00:53:20.000Z (over 3 years ago)
- Last Synced: 2025-03-15T12:44:37.532Z (about 1 year ago)
- Topics: lifecycle-components, react, useeffect
- Language: JavaScript
- Homepage: https://passing-thought.vercel.app/
- Size: 300 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Passing Thought
## Description
This is a solved project challenge from [Codecademy](www.codecademy.com).
In this app, you can pass your thoughts and it will be last for 15 seconds.
## Requirement
- [React](https://www.npmjs.com/package/react)
- [React Countdown Circle Timer](https://www.npmjs.com/package/react-countdown-circle-timer)
## How to run
Run `npm start` and open [http://localhost:3000](http://localhost:3000) to view it in your browser.
Or click [this link](https://passing-thought.vercel.app/) to see the deployment
## How to test
- Try to type some of your ideas, click enter, and let it'll be removed after 15 seconds
## Technologies
- React Component Lifecycle
- useEffect() hook