Skip to content

hjm786/react-app-simple-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-app-simple-hello-world

A simple Hello World Application using React JS, a JavaScript library to make awesome UI by Facebook.

This application uses React JS component oriented UI creation paradigm. All components are written in JSX and ES6 style and are combined to get a single build for production purpose using Webpack 4.

ES6 module creation along with import /export is used. Babel is used to transpile all JSX code to vanilla JavaScript code. To install all the dependecies npm is used.

For UI creation HTML5 and CSS3 are used. Grid, the new feature of CSS3 is used for layout creation purpose.

This is a responsive web application for viewing in both Mobile and Desktop.

Features

  • This is just a basic Hello World program

Installation

  1. Clone the repository using git clone https://github.com/anijitsahu/react-app-simple-hello-world.git from Git Bash / Command Prompt
  2. Navigate inside the directory by cd react-app-simple-hello-world
  3. Install all the necessary dependecies by using npm install (optional)
  4. Navigate to the directory dist
  5. Open index.html page in a web browser

tested with Google Chrome v70 and Mozilla Firefox Developer Editon

Screenshots

Some screens of the application is given below for better understanding.

Desktop as well as Mobile version of the screenshots are given side by side.

Initial screen

About

A simple Hello World Application using React JS

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors