An open API service indexing awesome lists of open source software.

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.

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