Skip to content

"Diary" is a full-stack web application built with the MERN stack. User can add a to-do list and write feelings about the day to dear diary.

License

Notifications You must be signed in to change notification settings

dbwjd5864/Diary

Repository files navigation

How is your day

Frontend - React

Backend - Node js, Express, MongoDB


"How is your day" is a full-stack web application built with the MERN stack with webpack. You can add your to-do list and write your feelings about the day. The Quote of the day is also shown under dear Diary section.

Live Demo : Click here :)

Quick Start

  1. Fork the repository and Clone it.
  2. Add your .env file under server folder
NODE_ENV = 'development';
DB_CONNECTION = 'your mongodb_url';
  1. Now run the app
# Install dependencies
npm install
# Run the client & server with concurrently
npm run dev
# App runs on http://localhost:3000`

Contents

todo dearDiary

ToDo || Dear Diary

Information

Author

Yujeong Choung

Version

1.0.0

License

MIT License

About

"Diary" is a full-stack web application built with the MERN stack. User can add a to-do list and write feelings about the day to dear diary.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published