Skip to content

Deepak2607/OkCredit-Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pages in the Assignment -

The web app consists of 2 pages,

HomePage - It contains a list of all the articles belonging to a particular section.

Select Menu is used to select a section so that we can fetch & get all the articles of that section.

The file corresponding to this page is Articles.js.

Details page - When an Article is clicked in HomePage, the user is redirected to Details Page. It contains the Article in a detailed form. Home is taken as a default section.

The file corresponding to this page is Article.js.


How to use the files -

Run npm install in the extracted folder.

Run npm start to view the project.