Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.32 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.32 KB

ReactJS Twitter Showcase App

Twitter API application built with React.js

Try it here!

alt text

Instructions & How To Use App

  1. cd into the app root directory in terminal
  2. run npm install
  3. run touch .env to create a .env file
  4. obtain API_KEY and SECRET_API_KEY from Twitter
  5. place keys inside of .env file (follow example file .env_example for formatting)
  6. cd into client folder and run npm install
  7. cd back into root directory and run npm run dev
  8. open app in browser in localhost:3000

Summary

This project was fun and challenging! I enjoyed learning how to properly leverage the Twitter API to obtain specific information about Twitter users and tweets. It was aslo exciting to come up with creative ways to deconstruct and render the information that was sent back from the API. Overall, this project gave me a better understanding about how applications interact with each other to send and receive information, and the role that servers (in this case a NodeJS server) play in that transaction.

Author