A news application that allows users view and link to news articles by topic and by user searches.
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.
This application was built with create-react-app
and 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