An open API service indexing awesome lists of open source software.

https://github.com/ikennarichard/interactive-comments-section

This is a web app that allow users to make comments and add replies to a comment. You can also upvote and downvote comments, Built with React and Redux
https://github.com/ikennarichard/interactive-comments-section

frontendmentor-challenge react redux vite

Last synced: 3 months ago
JSON representation

This is a web app that allow users to make comments and add replies to a comment. You can also upvote and downvote comments, Built with React and Redux

Awesome Lists containing this project

README

          

# Interactive comments section solution

This is a solution to the [Interactive comments section challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/interactive-comments-section-iG1RugEG9). Frontend Mentor challenges help you improve your coding skills by building realistic projects.

## Table of contents

- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Continued development](#continued-development)
- [Useful resources](#useful-resources)
- [Author](#author)
- [Acknowledgments](#acknowledgments)

## 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
- **Bonus**: If you're building a purely front-end project, use `localStorage` to save the current state in the browser that persists when the browser is refreshed.
- **Bonus**: Instead of using the `createdAt` strings from the `data.json` file, try using timestamps and dynamically track the time since the comment or reply was posted.

### Screenshot

![Design](./public/design/desktop-design.jpg)

### Links

- [Solution Url](https://github.com/ikennarichard/Interactive-comments-section)
- [Live site](https://rich-interactive-comments.netlify.app)

## My process

### Built with

- CSS Grid
- Mobile-first workflow
- Redux
- [React](https://reactjs.org/) - JS library

### What I learned

I enhanced my proficiency in React and Redux while also gaining valuable experience working with JSON files.

### Continued development

Enhance skills by delving into advanced React concepts like custom hook and optimizing rendering performance.

Explore redux middleware for asynchronous actions, mastering selectors and understanding immutability.

### Useful resources

- StackOverflow
- Mozilla Developer Network
- Frontend Mentor projects

## Author

- [Ikenna Richard](https://ikennarichard.netlify.app)
- [@ikennarichard](https://www.frontendmentor.io/profile/ikennarichard)

## Acknowledgments

- Frontend Mentor
- [Microverse](https://www.microverse.org)
- Everyone thats given me a lesson!