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

https://github.com/gbw699/interactive-comments-section-main-frontend-mentor

Solution for Intermediate Challenge on Frontend Mentor
https://github.com/gbw699/interactive-comments-section-main-frontend-mentor

angular localstorage scss

Last synced: 2 months ago
JSON representation

Solution for Intermediate Challenge on Frontend Mentor

Awesome Lists containing this project

README

          

# Frontend Mentor - 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)
- [Built with](#built-with)
- [Author](#author)

**Note: Delete this note and update the table of contents based on what sections you keep.**

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

![Alt Demo screenShot](/src/assets/images/Docs/demoScreen.png)

### Links

- Solution URL: [GitHub Repository](https://github.com/Gbw699/interactive-comments-section-main-Frontend-Mentor)
- Live Site URL: [Vercel Deployment](https://interactive-comments-section-gbw699.vercel.app/)

## Built with

- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- Reactive state managment with Signals
- 100% Coverage with unit testing
- [Angular 18](https://v18.angular.dev/)
- [SASS](https://sass-lang.com/) for styles
- [Jasmine](https://jasmine.github.io/pages/docs_home.html) - [Karma](https://karma-runner.github.io/latest/index.html) for unit testing

## Author

- Frontend Mentor - [@Gbw699](https://www.frontendmentor.io/profile/Gbw699)
- Linkedin - [@Gabriel Barimboim](https://www.linkedin.com/in/gabriel-barimboim/)