Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.29 KB

README.md

File metadata and controls

60 lines (41 loc) · 1.29 KB

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