Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nandaglhp/react-app-forum
React App Forum
https://github.com/nandaglhp/react-app-forum
action github react vercel
Last synced: about 1 month ago
JSON representation
React App Forum
- Host: GitHub
- URL: https://github.com/nandaglhp/react-app-forum
- Owner: nandaglhp
- Created: 2024-05-22T10:32:17.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-22T14:47:20.000Z (6 months ago)
- Last Synced: 2024-09-30T23:25:12.846Z (about 2 months ago)
- Topics: action, github, react, vercel
- Language: JavaScript
- Homepage: https://react-app-forum-sigma.vercel.app/
- Size: 3.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Discussion Forum
## Tech Stack
- React
- React Router
- Redux
- Tailwind CSS with DaisyUI## Features
- Authentication
- Threads
- Comments on threads
- Leaderboard
- Filtering thread by category
- Thread voting## Todo
- [x] Setup React Project
- [x] Install Dependencies
- [x] Setup Tailwind CSS
- [x] Setup Redux
- [x] Authentication
- [x] List of threads
- [x] Filter threads by category
- [x] Create new thread
- [x] Thread details
- [x] Vote on thread
- [x] Vote on comment
- [x] Add comment
- [x] Leaderboard## Actions Testing
- Failed CI/CI Status
![Failed CI/CD Screenshot](screenshots/1_ci_check_error.png)
- Success CI/CI Status
![Success CI/CD Screenshot](screenshots/2_ci_check_pass.png)
- Branch Protection
![Branch Protection Screenshot](screenshots/3_branch_protection.png)