This project was building with Create Next App.
- 🕹️ Next.js
- 🎨 Chakra UI
- ✏️ TypeScript
- 📁 Firebase and Firebase hooks
- 📃 Recoil
- ⌛ Moment
- 🀄 CodeStyle - Prettier
This is a Reddit clone app. Please register your account or sign up by Google and start posting and sharing.
- Register or log in with your Google account (you can also use mine, login: test@mail.com, password: testtest)
- Reset your password if you need (you will recieve email with new password).
- As a user create your personal community and add an avatar.
- You can also join existing communities.
- Depending on the type of community you can add posts. Also you can add pictures by clicking tab «Images and video».
- Users can vote, view or delete post depending on your rights in each community.
- You can also comment posts and then delete comments.
- Logout by pushing your profile icon.
- Download this project or
git clone
- Run command
yarn install
- Run
yarn dev
- Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.