This application is a practice project for myself to sharpen my skills using webpack. The application record the user's input and stores the data in a database once the application loses focus. If the user leaves, closes or refreshes the page, the user will find that all of the entered text will persist until the next viewing of the page.
To install the application on your local machine, start by cloning the repository to a local file. Once the application has been cloned and you have navigated into the source folder via your terminal, run the command 'npm i' to install all of the needed dependencies. Once the dependencies have been installed, you can run the command 'npm start' to run the server on your local machine.
Navigate to the deployed link located here, or to http://localhost:3000/ if you installed the application locally. Once there, any text added to the page will persist for the user.
This project was designed by DistantDig. Their Github profile can be found here, and they can be reached via email at jameswaller711@gmail.com.
This project is covered under the MIT license. The full documentation on this license can be found here
Feel free to fork the project and create pull requests should you wish. I am always happy to find new ways to grow!
No automatic methods of testing are included in this project, however feel free to fork the project and add some! Otherwise feel free to just experiment with the project and create issues for any odd behavior.