Open in app

Sign in

Write

Sign in

Pradeepa Kathiresan
Pradeepa Kathiresan

5 Followers

Home

About

Jul 11, 2021

React Admin App using Json-server

create a folder Admin, 1.run below command to create package.json. npm init -y 2.run below command to install json server. npm i json-server 3.Create db.json file and frame json with posts and users: 4.Make below changes in package json scripts “server”: “json-server — watch db.json — port 5000” 5.Run …

Json Server

2 min read

React Admin App using Json-server
React Admin App using Json-server
Json Server

2 min read


Oct 28, 2020

hackerrank

Answer

Hackerrank

2 min read

hackerrank
hackerrank
Hackerrank

2 min read


Oct 28, 2020

Javascript Challenge

www.hackerrank.com

3 min read

Javascript Challenge
Javascript Challenge

3 min read


Sep 28, 2020

Angular: deploy build and publish in github

Method1: push an existing repository from the command line git remote add origin https://github.com/pradeepakv/fashioHtoA.git git branch -M master git push -u origin master Steps to deploy build and publish gh pages for any Angular projects: In the angular.json file, change the outputpath value to “docs/” ng build --prod --baseHref="https://username.github.io/respository-name/" Code Commit git add . git commit -m "generated deployables" git push…

Angular

1 min read

Angular

1 min read


Sep 27, 2020

React-Coding

Start Coding :) CDN Links — React Both React and ReactDOM are available over a CDN. The versions above are only meant for development, and are not…reactjs.org Babel · The compiler for next generation JavaScript The compiler for next generation JavaScriptbabeljs.io VS Code editor — https://code.visualstudio.com/ Creating Component and then rendering it into the DOM Install “React Developer Tools” extension in Chrome for debugging

Reactjs

5 min read

React-Coding
React-Coding
Reactjs

5 min read


Sep 5, 2020

React

Getting Started - React A JavaScript library for building user interfacesreactjs.org React is a declarative, efficient, and flexible JavaScript library for building user interfaces. It lets you compose complex UIs from small and isolated pieces of code called “components”. React is a front-end JavaScript library developed by Facebook in 2011 for building user interfaces. React is used to build single page applications. It…

Reactjs

7 min read

React
React
Reactjs

7 min read


Aug 19, 2020

React : deploy build and publish in gh

Create github public repository or push an existing repository from the command line git remote add origin https://github.com/pradeepakv/reactApp.git git branch -M master git push -u origin master Steps to deploy build and publish gh pages for any react projects: Add in package.json: “homepage”: “https://accountName.github.io/repositoryName" Open Git bash and execute following…

React

1 min read

React

1 min read


Aug 19, 2020

Introducing React for Web Applications

Introducing React for Web Applications React? · React is a library built on the concept of component-driven development. · In React simpler components are composed or come together to make more complex components. What is the difference between the React libraries and the ReactDom libraries when you are working with React? · React libraries include…

Reactjs

2 min read

Reactjs

2 min read

Pradeepa Kathiresan

Pradeepa Kathiresan

5 Followers

I am open to cross-train and interested in learning new technology.

Following
  • Madhava Kumar Ippili

    Madhava Kumar Ippili

  • Anandraj T

    Anandraj T

  • Vlad Gheorghe

    Vlad Gheorghe

  • James Dorr

    James Dorr

See all (5)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams