Skip to content

ibrahimraimi/Cooversa-Frontend

 
 

Repository files navigation

Cooversa Frontend

This is the frontend for Cooversa. It is a Sveltekit app, which is a Svelte app with SSR and other goodies. We use TailwindCSS for styling, and TypeScript for type safety.

Getting Started

To get started, clone the repo and install the dependencies:

$ git clone https://github.com/Cooversa/Cooversa-Frontend.git
$ cd Cooversa-Frontend
$ npm install

Then, start the app:

$ npm run dev

Navigate to localhost:5173. You should see your app running. Edit a component file in src, save it, and the page will reload with your changes.

Languages

  • Svelte 70.4%
  • TypeScript 25.2%
  • CSS 2.7%
  • JavaScript 1.2%
  • HTML 0.5%