GithubHelp home page GithubHelp logo

yashwanthbyalla / reactjs_sample_app Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 170 KB

This project is a stepping stone to learn ReactJs

HTML 8.13% CSS 12.18% JavaScript 79.69%
reactjs javascript react reactjs-sample props state-management react-router jsx jsx-syntax react-components react-rendering

reactjs_sample_app's Introduction

ReactJS_Sample_App

            React JS
  1. React is JavaScript library created by Facebook.

  2. It is a tool for building UI components.

  3. It has Component based architecture which means they have cohesive, modular & reusable components.

             PreRequisites
    

Node.js (node>=6 & npm >=5.2) Installation Method 1:

	npx create-react-app app_name

npx is a package runner tool that comes with npm 5.2+

Method 2:

Firstly, we need to install create-react-app npm install -g create-react-app

After executing the above command, now we can create React projects using create-react-app.

	create-react-app app_name
	cd app_name

To run the application, npm start

      Working with the application

After cloning or downloading, change the directory of the project in CMD (Command Prompt) and enter the command "npm install" and press Enter.

With the above command, all the packages upn which our application is dependent will be downloaded as "node_modules" folder.

Note: Enter "react" as username & "js" as password in the Login Page.

reactjs_sample_app's People

Contributors

yashwanthbyalla avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.