Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgalihpp/reddit-clone
reddit clone React ts + Express ts
https://github.com/mgalihpp/reddit-clone
express react redux-toolkit typescript
Last synced: 6 days ago
JSON representation
reddit clone React ts + Express ts
- Host: GitHub
- URL: https://github.com/mgalihpp/reddit-clone
- Owner: mgalihpp
- Created: 2024-04-18T13:14:43.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-22T12:26:13.000Z (5 months ago)
- Last Synced: 2024-06-22T20:59:16.198Z (5 months ago)
- Topics: express, react, redux-toolkit, typescript
- Language: TypeScript
- Homepage: https://mgalihpp.site
- Size: 1.35 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Stack
![React JS](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
![Redux](https://img.shields.io/badge/Redux-593D88?style=for-the-badge&logo=redux&logoColor=white)
![Express JS](https://img.shields.io/badge/Express%20js-000000?style=for-the-badge&logo=express&logoColor=white)
![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)## Feature
- Authentication, (Google provider soon!)
- Post
- User can update name, image
- Comment
- Vote## Installation
# Client
1. Install package
```
cd clientnpm install
or
pnpm install```
2. SET UP ENVIROMENT:
```
VITE_SERVER_URL=
```3. Run development:
```
npm run dev
or
pnpm run dev
```