Skip to content

chanchal-kumar-mandal/reactjs-play-with-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Data representation and manupulation in React JS Function Based Components.

  1. Count, Self Increasing Seconds Data Representation
  2. Todo List Data Representation
  3. Child To Parent Data Representation
  4. Static Data Representation
  5. API Data Representation
  6. Sortable Data Representation

Demo Screenshots

Frontend UI:

Screen Shot 2022-05-16 at 12 38 00 PM

CountData:

Screen Shot 2022-05-16 at 8 35 39 AM

TodoList:

Screen Shot 2022-05-16 at 8 41 06 AM

Pass Data From Child To Parent:

Screen Shot 2022-05-16 at 8 41 50 AM

Screen Shot 2022-05-16 at 8 41 59 AM

StaticData:

Screen Shot 2022-05-16 at 8 42 32 AM

ApiData:

Screen Shot 2022-05-16 at 8 45 29 AM

SortData:

Screen Shot 2022-05-16 at 8 39 38 AM

Requirements

Install Nodejs

https://nodejs.org/en/download/

Install Visual Studio (VS) Code

https://code.visualstudio.com/download

Install Extension In VS Code

  1. Thunder Client
  2. ES7 React/Redux/GraphQL/React-Native Snippets
  3. Bracket Pair Colorizer
  4. Auto Rename Tag
  5. Live Server
  6. Prettier - Code formatter

Add Chrome Extension

React Developer Tools

Install react app

$ npx create-react-app reactjs-play-with-data

Go to app directory

$ cd reactjs-play-with-data

Install react-icons

$ npm install react-icons

Start app open (http://localhost:3000) to view it in your browser after run below command.

$ npm start

Imporatnat links

This project was bootstrapped with Create React App.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published