/Whats-new

Primary LanguageJavaScript

What's New?

Mod 3 Solo Project

A news application that allows users view and link to news articles by topic and by user searches.

Set Up

Clone this repo to your local machine. Run npm install to install dependencies.

To launch the application, run npm start in your terminal.
Go to http://localhost:3000/ in your browser and explore! Type control + c in your terminal to stop running the application locally.

Technologies

This application was built with create-react-appand utilizes:

  • React
  • JavaScript ES6
  • CSS3
  • Webpack
  • OOP
  • Testing with Jest and Enzyme

This project focused on:

  • Building an application with React for the first time
  • Building clean, modular architecture
  • Using the Fetch API
  • Implementing snapshot tests in addition to unit testing
  • Using GitHub Projects and Issues for effective project management

Screenshots

User view on page load

pageload

User view on searches

searchresultsview