Cloudbite is modern social media for Gen Z who wanna post some activites with text and image, also can add comment in friend's post.
- Posting with image, edit posting, and delete posting
- Comment, edit comment, and delete comment
- Edit profile and delete profile
Cloudbite uses a number of open source projects to work properly:
- [React] - HTML enhanced for web apps!
- [Visual Studio Code] - Awesome web-based text editor
- [Tailwind] - Great UI boilerplate for modern web apps
- [Shadcn] - Library kit UI for beautiful style
- [Golang] - evented I/O for the backend
CloudBite requires Vite to run.
Install the dependencies and devDependencies and start the server.
$ cd cloudbite
$ npm create vite@latestFor production environments...
$ npx degit user/project#main my-project
$ cd my-project
$ npm install
$ npm run dev