In this project, let's build a Blog List by applying the concepts we have learned till now.

Refer to the image below:


routing-practice-blog-list-desktop-output

Set Up Instructions

Click to view
  • Download dependencies by running npm install
  • Start up the app using npm start

Completion Instructions

Functionality to be added

The app must have the following functionalities

  • In the Home Route, user info and blog list should be displayed

  • The Home component is provided with blogsList. It consists of a list of blog details objects with the following properties in each object

    Key Data Type
    id Number
    title String
    description String
    publishedDate String
Components Structure
blog list component breakdown structure

Important Note

Click to view

The following instructions are required for the tests to pass

  • Home route should consist of / in the URL path
  • About route should consist of /about in the URL path
  • Contact route should consist of /contact in the URL path
  • No need to use the BrowserRouter in App.js as we have already included in index.js file

Resources

Image URLs
Colors
Hex: #9aa5b1
Hex: #616e7c
Hex: #12022f
Font-families
  • Roboto