Skip to content

An interactive comments section challenge by Frontend Mentor

Notifications You must be signed in to change notification settings

1LE00/interactive-comments-section

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Interactive comments section solution

This is a solution to the Interactive comments section challenge on Frontend Mentor.

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for the app depending on their device's screen size
  • See hover states for all interactive elements on the page
  • Create, Read, Update, and Delete comments and replies
  • Upvote and downvote comments
  • Dynamically track the time since the comment or reply was posted.

Screenshot

Links

  • This project was built using json-server to fetch json files. Use the following syntax to start json-server
    npx json-server --w data/data.json --p 3500
  • npx json-server --w data/data.json --p 3500
  • If you wish to change the port other than 3500, make sure to change it in App.js as well.
  • Solution URL: [https://github.com/1LE00/interactive-comments-section]

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • Mobile-first workflow
  • json-server
  • React - JS library

About

An interactive comments section challenge by Frontend Mentor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published