Francesca McConnell | Github, LinkedIn | Spec found here
Check out the deployed site here.
- Overview
- Project Goals
- Technical Requirements
- Technologies and Tools
- Site Examples
- Install and Setup
- Attributions
Art News keeps users up-to-date with shifts within the arts community. Utilizing the Top Stories API from the New York Times, users can scroll through latest articles, filter articles by sub-genres, and view article abstracts in detail when clicking on an article tile.
The goal of this project was to showcase my front-end development skills and highlight my love of design.
- JavaScript
- React
- HTML
- CSS
- Figma
- GitHub Projects
Filter by sub-genre:
Article view:
Responsive design:
To run this app locally:
- Run
git clone git@github.com:mcfrann/art-news.git
in your command line - Run
cd art-news
to navigate into the repository - Run
npm install
- Run
npm start
Thanks to NYT for making such a cool API!