Your personalized and polished user interface for note-taking!
This repository is where I (Rae Alejandrino) develop a fully functioning note taker application using Node and Express. Whether you're looking to write a quick reminder, or study a live lecture, Pro Note Taker can help your productivity with digital note-taking!
Once you have cloned the repo down from GitHub, you will want to run npm install
in the command line to install all of the Node Modules needed to run the application.
In order to run this program locally you will need to:
- Clone this repository to receive all the files.
- Run
npm install
in the terminal to download all the needed dependencies (makes sure you are in the correct file directory). - Run
npm start
in the terminal to start a live server locally. - Open your browser and connect to 'http://localhost:3001/' in the address bar.
- Click on the "Get Started" button to arrive at the note-taking interface.
- JavaScript
- Node.js
- Express.js
- HTML
- CSS / Bootstrap
- @raealejandrino - Backend functionality
- See also the list of [contributors] (https://github.com/coding-boot-camp/miniature-eureka/graphs/contributors) who participated in this project.
- Feel free to open an issue or contact me directly at raealejandrino@gmail.com if you have any questions about the repo. You can find more of my work at raealejandrino.
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT license.