This project was a front end challenge. For more infomation about requirements and rules check Front-end challenge Oct 13 Document
Install the server side dependencies:
npm install
This server will help you to get Twitter's API to send you tweets without you needing to do any authentication. You don't need to modify server.js at all.
Install the client dependencies:
cd view-src
npm install
Update config.json with your Twitter API credentials.
-
Start the static and proxy servers:
npm start
-
Run client in dev mode:
cd view-src
ng serve
cd view-src
ng build
User can also invert colors
All settings will be saved when a change occurs
User can export feed result as a .json file
1.0.0
This project is licensed under the MIT License