This app was scaffolded/built using vite. And also, all the awesomeness of Typescript, Firebase and TailwindCSS! After cloning it, don't forget to run npm install
to install dependencies. Also, create an .env.local
file, with the same content as .env.example
, but with the XXX
s replaced by your actual Firebase app keys.
- More layout stuff and componentization;
- Unit tests;
- Google docs clone;
- Forms validation with
zod
andreact-hook-form