https://github.com/hendrixgotcodes/imitating-typing-effect-with-react
How to create a typing effect in react.
https://github.com/hendrixgotcodes/imitating-typing-effect-with-react
Last synced: 7 months ago
JSON representation
How to create a typing effect in react.
- Host: GitHub
- URL: https://github.com/hendrixgotcodes/imitating-typing-effect-with-react
- Owner: hendrixgotcodes
- Created: 2021-07-28T06:13:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-28T11:31:11.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T06:37:17.760Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 186 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Imitating Typing Effect With React
### The purpose of this project is to demonstrate how the typing effect can be achieved in react without the use of any library.
## Available Scripts
In the project directory, you can run:
### `git clone 'repo-link'`
Run this command in your terminal to create get a copy of the project on your local machine. 'rep-link' corresponds to the link to this repo
### `npm install`
Installs all of this project's dependencies
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.\
You will also see any lint errors in the console.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).