Skip to content

This is dashboard for test with react with redux and RTK query

Notifications You must be signed in to change notification settings

divyesh-zignuts/react-panel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNAPP Dashboard project build React JS (vuexy admin panel)

Prerequisites

Install Node JS 16 version not above of 16

Refer to https://nodejs.org/en/ to install nodejs

Install create-react-app

Install create-react-app npm package globally. This will help to easily run the project and also build the source files easily. Use the following command to install create-react-app

yarn install

Live Application URL

The Application is deployed in https://github.com/azadakhtarreact/react-panel.git

Click on the link to see the application

Cloning and Running the Application in local

Clone the project into local system steps are below

open extract the zip file

open the project folder in terminal

and run the below given command in terminal

yarn install 

In order to run the application Type the following command

yarn start

The Application Runs on localhost:3000

What is the use of this Repo

This Project is a Simple ReactJS Project which demonstrates the following

  1. Creating a Component in React
  2. Making HTTP calls
  3. Communicating between parent and child component
  4. Using reactstrap along with React
  5. Using Basic manual Routing in React

The project CNAPP dashboard can be used to build bigger projects

Live Application URL

This URL has the application deployed in

Run the JSON Server

open project folder in terminal and run the given comane below

json-server --watch db.json --port 8080

axios library is used to make HTTP Calls redux for state management

Resources

create-react-app : The following link has all the commands that can be used with create-react-app https://github.com/facebook/create-react-app

ReactJS : Refer to https://reactjs.org/ to understand the concepts of ReactJS

React Bootstrap : Refer to https://react-bootstrap.github.io/getting-started/introduction/ to understand how to use React Bootstrap

About

This is dashboard for test with react with redux and RTK query

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 64.0%
  • JavaScript 33.7%
  • CSS 1.6%
  • HTML 0.7%