Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shba007/sass-feedback
SASS feedback application
https://github.com/shba007/sass-feedback
expressjs reactjs scss typescript
Last synced: about 2 months ago
JSON representation
SASS feedback application
- Host: GitHub
- URL: https://github.com/shba007/sass-feedback
- Owner: shba007
- Created: 2024-02-02T07:51:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-04T16:13:55.000Z (11 months ago)
- Last Synced: 2024-04-16T14:12:04.734Z (9 months ago)
- Topics: expressjs, reactjs, scss, typescript
- Language: TypeScript
- Homepage: https://sass-feedback-web.onrender.com
- Size: 531 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eqaim - SASS feedback app solution
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Steps](#steps)## Overview
![Suggestion Page](previews/suggestion.jpg)### 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 SASS feedback requests
- Receive form validations when trying to create/edit feedback requests
- Sort suggestions by most/least upvotes and most/least comments
- Filter suggestions by category
- Add comments and replies to a SASS feedback request
- Upvote SASS feedback requests
- Keep track of any changes, even after refreshing the browser (`localStorage` could be used for this if you're not building out a full-stack app)### Steps
- run the setup.sh file
- create .env file for both server and web using .env.example as template
- run the start.server.sh and start.web.sh file using bash