/presently

A note-taking and/or journaling space that focuses on thoughts in the present.

Primary LanguageJavaScriptMIT LicenseMIT

Presently

A note-taking and/or journaling space that focuses on thoughts in the present.


Application structure

The project will be deployed as a single-page application using the MERN stack:

  • React + Redux client on the front end
  • Express and Node.js running the back end server
  • MongoDB (Cloud Atlas) database

Project Directory

The client folder follows basic folder structure from create-react-app and organizes React components, Redux store actions/reducers, and other utilities.


How to Contribute

Feel free to fork this repository, submit pull requests, or suggest other features or improvements.

Setup/Install

Install client packages:

cd client
yarn install

Run Development Servers

Run client only (port 3000):

cd client
yarn start