This project is a basic authentication page.
Note: To get the project working the local server is required to be running: https://github.com/nodejs7/server_1_auth
More info to come shortly
The project uses formik and axios within a create react app.
After starting the server run:
npm install; npm start;