Skip to content

A small frontend application made with React for the SweetTech selection process that reimagines the Youtube search page and results pages but only for live videos.

Notifications You must be signed in to change notification settings

joserealdev/stech.test-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S.Tech test

A small frontend application that reimagines the Youtube search page and results pages but only for live videos.

Getting Started

# Clone this repository
git clone https://github.com/joserealdev/stech.test-react.git
cd stech.test-react/

# Install dependencies
npm i

# Populate the config.json file inside ./src folder
# with the YouTube api key

# Run the project
npm run start

Config file

  • API: Google API
  • searchEndpoint: YouTube search endpoint
  • apiKey: Your secret key
  • requestParams: Log files path. Find out params specs here
    • part
    • type
    • eventType
    • order

npm run start

Runs the app in the development mode.
Open 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.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

About

A small frontend application made with React for the SweetTech selection process that reimagines the Youtube search page and results pages but only for live videos.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published