Skip to content

A playground for simple React Apps

Notifications You must be signed in to change notification settings

mzeleniuk/Relab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Relab

A playground for simple React web-applications.

How to setup and start project

1. Install npm dependencies

Run npm install in Terminal.

2. Run the application in the development mode

Run npm start in Terminal.

Applications available

Video Search

Search and watch videos from YouTube.

Books List

View a book's details by selecting it from the list.

Weather Forecast

Get 5 days weather forecast at any location or city.

Blog

Basic blog platform, mainly for short notes.

Math

Generate random mathematical equations and try to solve them.

Environment variables

  • REACT_APP_GOOGLE_MAPS_API_KEY - Google Maps API key
  • REACT_APP_YOUTUBE_API_KEY - YouTube API key
  • REACT_APP_OPEN_WEATHER_MAP_API_KEY - Open Weather Map API key