Thanks to visit codestin.com
Credit goes to github.com

Skip to content

j10wy/nyt-react-app

Repository files navigation

NYT React App

React-based application that search New York Times (NYT) using the NYT API, React components, helper/util functions, and utilizes the React mounting lifecycle to query and display articles based on user searches. Also uses Node.js, Express.js and MongoDB/Mongoose so users can save articles to read later.

View on Heroku

Table of Contents

Yarn Commands
Fonts
Resources

Yarn Commands

# Starts the development server.
yarn start

# Bundles the app into static files for production.
yarn build
    
# Starts the test runner.
yarn test

# Removes this tool and copies build dependencies, configuration files and scripts into the app directory. If you do this, you can’t go back!
yarn eject

Fonts

Web Font Loader, a product that is co-developed by Google and Typekit. You can use this tool to load self-hosted fonts or fonts provided through APIs. To use it, simply install it as an npm package in your project:

Resources

Bootstrap Docs
React Router Docs
Shards Docs
How to add Fonts to a React Project
React component communication
Iterating & Rendering with Loops in React components
Pass props from to rendered component

Releases

No releases published

Packages

No packages published