removed console.log(processes) from index.html, updated readme to begin scoping out project goals

This commit is contained in:
Queen Bee 2018-01-19 09:34:19 -08:00
parent 01fdfcf420
commit 4a4c2591b9
2 changed files with 9 additions and 1 deletions

View File

@ -2,3 +2,12 @@
A tool for better documenting online harassment A tool for better documenting online harassment
To launch the application from the files directory at the command line type 'npm start' To launch the application from the files directory at the command line type 'npm start'
Project Goals:
should be able to:
Select a path to save files
Select a portion of the screen to screen-shot
Create HTML File using Case Name as the file name. Screenshot, description, social media identifier and casename added to HTML document.
append HTML file with new incident - description - screenshot to document it as one case.

View File

@ -22,7 +22,6 @@
</div> </div>
</body> </body>
<script> <script>
console.log(process);
</script> </script>
<script> <script>
require('./renderer.js'); require('./renderer.js');