react-assignment icon indicating copy to clipboard operation
react-assignment copied to clipboard

Results 96 react-assignment issues
Sort by recently updated
recently updated
newest added

Created all necessary routes prototypes which I will configure in future, also connected to server so no questions are present over here and it won't render the problems while the...

Adding route and component in the code

Questions Page : Light mode : ![image](https://github.com/hkirat/react-assignment/assets/69509962/ef73f39f-496f-4055-80e7-8388d3529b08) Dark mode : ![image](https://github.com/hkirat/react-assignment/assets/69509962/1f302150-b158-492f-828e-1b5af5137f64) Solve Question Page and Compiler : ![image](https://github.com/hkirat/react-assignment/assets/69509962/bead0d7f-8a16-4f7e-94e8-2afc696569d7)

Designed the UI for the Leetcode clone. Developed Navigation Bar, Login Page, Signup Page, Questions List, Question Description. Used react-router-dom to connect multiple pages.

This was a challenging assignment, however i think i have the gist of react down. I am in no way good at it yet, and I still have to figure...

> Added routes for Login and SignUp > Added a page where all the problems will be visible, /problems/all is the route . > Added a page for single problem...