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.
- This is just a basic Hello World program
- Clone the repository using
git clone https://github.com/anijitsahu/react-app-simple-hello-world.gitfromGit Bash / Command Prompt - Navigate inside the directory by
cd react-app-simple-hello-world - Install all the necessary dependecies by using
npm install(optional) - Navigate to the directory
dist - Open
index.htmlpage in a web browser
tested with
Google Chrome v70 and
Mozilla Firefox Developer Editon
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.

