File size: 1,351 Bytes
f5071ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
## Dev Community Clone
### How do I get an idea to clone dev.to π€
At first, I intended to make a **simple comment section** to practice **[react](https://reactjs.org/)** and **[firebase](https://firebase.google.com/)**. But while searching some inspirations on google, I found dev.to and I decided to clone it.

### Features:
- [x] CRUD π«
- [x] Search posts by keywords or tags π
- [x] View user profiles π§
- [x] Social authentication π
- [x] Giving reactions to articles β€οΈβπ₯
- [x] User profile π»
- [x] Customize profile π«£
- [x] Dashboard π«
- [x] Top tags π·
- [x] Comments and nested replies π¬
- [x] Reading List π
- [x] Apperance π¨ [ light and dark ]
- [x] Syntax highlight π¨π₯
### Tech Stacks:
- [x] [React](https://reactjs.org/)
- [x] [Chakra UI](https://chakra-ui.com/)
- [x] [Redux toolkit](https://redux-toolkit.js.org/)
- [x] [Firebase](https://firebase.google.com/)
- [x] [React router](https://reactrouter.com/en/main)
- [x] [React MDE](https://www.npmjs.com/package/react-mde)
You can check out [here](https://dev-community-clone.vercel.app/zwel/I-cloned-dev.to-with-react,-firebase-and-more..._1uilShxfoXHsV0PUSppT) for more details.
|