Tech-N-Science/FunwithScience

Remove Warnings on compiling while setting up in local system

BIKRAM-SAHA opened this issue · 3 comments

Describe the bug
while setting up the project at my local system I realized that it compiles with warnings. I propose to

  1. remove the escape characters '\.' and replace them with '.'
  2. delete line2 of funwithphysics\src\Components\LearnMore\index.js since it is imported but never used
  3. replace '!=' with '!==' at line 3120 of funwithphysics\src\Components\Algebra\Topic\Calculator.js
  4. delete C3 from line 933 and line 934 of funwithphysics\src\Components\Geometry\Topic\Calculator.js as the variable C3 is assigned but never used in the calculation given below
  5. replace the 'for' with 'htmlFor'
  6. and replace 'class' with 'className'

To Reproduce
Steps to reproduce the behavior:

  1. run npm start to start the development server at localhost:3000
  2. see warnings at terminal
  3. see error at console while at localhost:3000

Expected behavior
The code is supposed to compile without warning or errors.

Screenshots
image
2
3

Desktop (please complete the following information):

  • OS: Windows
  • Browser: Brave

Hi 😄, @BIKRAM-SAHA Thanks for creating an issue at FunwithPhysics. We request you to follow the contributing guidelines.

Please assign me the issue, so that I can start working on it

u can work @BIKRAM-SAHA