AW-React-frontend

This Repo is under active maintainance

Note: This is the front end part developed using react.

To find the backend of this project visit : click_here

  • follow the instruction provided in the above link to setup the backend of the project

Dev Dependencies

  "dependencies"": {
    "@reduxjs/toolkit": "^1.9.2",
    "@tanstack/react-table": "^8.7.9",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^13.0.0",
    "@testing-library/user-event": "^13.2.1",
    "chart.js": "^4.2.1",
    "react": "^18.2.0",
    "react-chartjs-2": "^5.2.0",
    "react-dom": "^18.2.0",
    "react-hook-form": "^7.43.1",
    "react-icons": "^4.7.1",
    "react-redux": "^8.0.5",
    "react-router-dom": "^6.8.0",
    "react-scripts": "5.0.1",
    "react-toastify": "^9.1.1",
    "web-vitals": "^2.1.0"
  }

Project Frontend Setup

  1. Clone repo
git clone https://github.com/mukeshmahara/AW-React-frontend.git
  1. Hit the following command to load the dependencies
  
  yarn install
  1. Start your development Server
yarn start
  1. Create your own branch
git checkout -b your_branch_name
  1. Work in the issue listed

  2. Create a merge request for the associated issue with details description about the merge