Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grace-00/redux-comments-section
CRUD comments feature, challenge from frontendmentor
https://github.com/grace-00/redux-comments-section
react react-hooks redux redux-toolkit
Last synced: 25 days ago
JSON representation
CRUD comments feature, challenge from frontendmentor
- Host: GitHub
- URL: https://github.com/grace-00/redux-comments-section
- Owner: Grace-00
- Created: 2022-11-26T21:36:22.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-23T16:13:42.000Z (about 1 year ago)
- Last Synced: 2024-10-22T20:29:40.245Z (2 months ago)
- Topics: react, react-hooks, redux, redux-toolkit
- Language: TypeScript
- Homepage:
- Size: 468 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## The project - WIP
Challenge from Frontend Mentor
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## How to start
run `git clone` to clone the repository on your local machine
run `npm i` to install dependencies
run `npm run start` to start up the server## Check designs here