A 3-minute personal diary for the lazy.
Preview • Features • Usage • License
- Create an account via Google authentication
- For each day, fill in a description capped at 200 characters, your top 3 thoughts, and a song and food of the day
- Upload photos (stored in Firebase)
- Mark and easily view your favorite days
- Hop on a time capsule by revisiting entries written on the same day of the month or by jumping to a random entry
- Track your writing statistics
- Customize your global theme
- (In progress) Schedule reminders for yourself in the form of messages
Navigate to the live deployment at https://jade-liart.vercel.app, or:
- Clone the repo
- Create a
.env
file in/api
and provide your ownMONGO_URL
- Create a
.env
file in/client
and provide your ownREACT_APP_CLIENT_ID
andREACT_APP_SECRET
(for Google OAuth) - In both
/api
and/client
:npm install
npm start
- The backend runs in https://localhost:9000/, and the frontend runs in https://localhost:3000/
MIT