Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 602 Bytes

README.md

File metadata and controls

22 lines (22 loc) · 602 Bytes

Chat project I created while learning typescript. The technologies used here were: ReactJS, Vite, Firebase and Typescript

ArrozChatMaster/
├── public/
│   ├── index.html
│   └── logo.png
├── src/
│   ├── components/
│   ├── services/
│   │   └── firebase.services.ts
│   ├──assets
│   │   └── react.svg
│   ├── App.tsx
│   ├── index.tsx
│   ├── index.css
│   └── vite-env.d.ts
├── .gitignore
├── package.json
├── README.md
├── tsconfig.json
└── vite.config.ts