Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajengalyak/twix
TwiX is a discussion forum app developed as part of a learning journey, integrating APIs into a React app with Redux, along with testing and deployment using CI/CD methods. This app was completed for submission in the React Expert course by Dicoding.
https://github.com/ajengalyak/twix
react-js redux
Last synced: 8 days ago
JSON representation
TwiX is a discussion forum app developed as part of a learning journey, integrating APIs into a React app with Redux, along with testing and deployment using CI/CD methods. This app was completed for submission in the React Expert course by Dicoding.
- Host: GitHub
- URL: https://github.com/ajengalyak/twix
- Owner: AjengAlyaK
- License: mit
- Created: 2024-04-24T10:01:18.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T16:11:12.000Z (4 months ago)
- Last Synced: 2024-10-17T10:41:03.414Z (2 months ago)
- Topics: react-js, redux
- Language: JavaScript
- Homepage: https://twix.vercel.app
- Size: 1.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🍰 TwiX
TwiX is a discussion forum app developed as part of a learning journey, integrating APIs into a React app with Redux, along with testing and deployment using CI/CD methods. This app was completed for submission in the React Expert course by Dicoding.
## 🛠 Built With
API
- https://forum-api.dicoding.dev/v1/#/?id=see-detail-threadFrontend
- React
- Redux
- CSS
- Cypress
- Jest### Key Features
- **Authentication**
- **Thread**
- **Create Thread**
- **Detail Thread**
- **Comment on Thread**
- **Leaderboard**## 💻 How to run on local
Clone this repository (branch-main)
```bash
git clone https://github.com/AjengAlyaK/twix.git
```
Go to the root folder```bash
cd twix
```Install all dependency
```bash
npm install
```Run
```bash
npm run dev
```- **Filter Thread by Category**
- **Like and Unlike Thread**
- **Delete and Update Thread**Contributions, issues, and feature requests are welcome!
If you like this project you can share this project to your friend
This project is [MIT](./LICENSE) licensed.