- Create a folder in your local machine where you want to clone the project.
- cd into folder from step 1.
- git clone git@github.com:jgibbons3/challengeApp.git
- cd challengeApp
- npm install
- npm start
- open http://localhost:3000 to view it in the browser.
Small app, that requires a valid email to register (Sincere@april.biz), after submit if the email is valid it will show you the posts (title and body) from the login user.
If the email you enter is not valid it will display an error message.
React, Redux, CSS, JavaScript, HTML `