This project is a small replica of Notion that includes a new feature for making drawings with your phone and adding them to your projects. I built it as a demonstration to showcase my skills.
Check out the live version here: https://www.newnotion.site/
react-app
is the front-end for the desktop part, the actual Notion replica. It needs to be compiled and put inside the public
directory of the server.
npm run start
: Runs the app on port 3000. Use for debugging.npm run build
: Builds the app and moves the build to theserver/public
.npm run deploy
: For deploying the app in GitHub Pages. I used this for testing at the beginning.
npm run start
: Runsnode app.js
, i.e. starts the server on port 3001.npm run build
: Zips theserver
directory for uploading in AWS Elastic Beanstalk.