/lco

Project for lco

Primary LanguageTypeScript

Task For Learn Code Online

Public Link https://vishal-pandey.github.io/lco/

To run this project on your computer run

  • 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

As per the guidelines

1. Mobile Responsive

work efficiently on mobile also, made with material design <br/> <br/>

2. Clean Code

Code is written clean with proper indentation and comments also added descripiton and keyword meta tags <br/> <br/>

3. Scalable

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/>