Web application to create your own notes, which you can view each of your notes, edit your notes, and even delete them if you no longer need them.
But also, you can add or delete images inside your notes!
- Sign in with Google.
- Create an account.
- Create notes and add content to them.
- Add photos to notes.
- Edit notes and their photos.
- Delete notes.
- Delete photos from notes.
- React JS v.18.
- TypeScript.
- Vite JS.
- Redux Toolkit.
- Firebase (authentication and storage).
- Tailwind CSS.
- Daisy UI (Tailwind CSS component library).
- Cloudinary (image storage).
git clone https://github.com/Franklin361/journal-app
npm install
/* Firebase keys */
VITE_APIKEY=
VITE_AUTHDOMAIN=
VITE_DATABASEURL=
VITE_PROJECTID=
VITE_STORAGEBUCKET=
VITE_MESSAGINGSENDERID=
VITE_APPID=
/* Cloudinary keys */
VITE_PRESET=
VITE_CLOUD_NAME=
VITE_KEY=
VITE_SECRET=
npm run dev
Demo of the app 🔗 https://journal-notes.netlify.app