Skip to content

ch33kaboo/cool-chat-box

Repository files navigation

cool-chat-box 👍

Context : I wanted to practice more on svelte so I made this repo and started coding. commit after commit it started looking cool so I wanted to share it so that I (or you) can use it in your next project 😄

🚀 Demo

❔ How to use it?

All commands are run from the root of the project, from a terminal:

Command Action
git clone 'https://github.com/ch33kaboo/cool-chat-box.git' clone project locally
cd cool-chat-box/ go to project directory
npm install Installs dependencies
npm run dev Starts local dev server
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying

used techs & libraries:

  • SvelteJS (a front-end JS framework)
  • Tailwind CSS (a CSS framework)
  • Daisy-UI (Tailwind CSS component library)
  • Vite (a dev tool)
                

Side Note: I know the code is too messy and not documented at all, I might refactor it later.