Skip to content

ChandanaRD/all_about_friends_the_series

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FRIENDS-preview!

Who hasn't watched FRIENDS?

Well, FRIENDS could not be any better for a funny little TV series.

What does the application do?

This project is a naive attempt to familiarize with the events in js.
All it does is to capture the click event on the viewport of screen and display a random phrase from a list of phrases for a particular character from the series FRIENDS at the point the screen was clicked.

Planning to run it on your local?

Use these steps:

  1. Install the packages using: `npm i` in the root folder
  2. Build the project using: `npm run build` so that you can resolve errors if any
  3. Get the application running using: `npm run start` and the application runs on the port 3005

Note: The port can be changed in .env file

Deployment

This application is hosted on github using github pages