Public Link https://vishal-pandey.github.io/lco/
- clone this repository
- cd into the folder lco
- npm run server
- open your browser and visit http://localhost:8080/
/src/app/app.component.ts
/src/app/app.component.html
/src/app/app.component.css
contains Desktop and mobile responsive logic
/src/app/components/
this folder contain all the components which are header/ foooter/ home/
/src/app/components/home.component.ts
/src/app/components/home.component.html
contains the main webpage logics
/src/app/services/question.service.ts
this contains all the data i.e, questions descriptions and solutions of the problems
work efficiently on mobile also, made with material design <br/> <br/>
Code is written clean with proper indentation and comments also added descripiton and keyword meta tags <br/> <br/>
Made in such a way that any no. of question and languages can be added easily <br/>
Just have to add data to the json object in /src/app/services/question.service.ts <br/>
Or that can also fetched through rest api from the server <br/><br/>