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

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.

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/).