krispi1 / countries-mern

A useful countries MERN project consuming REST countries API

Home Page:https://countriesmern.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status == work-in-progress

Clone the project repo

Run git clone https://github.com/krispi1/countries-mern.git in your desired directory

Navigate into countries-mern

Run cd countries-mern

Install dependencies

Run npm install

Run the application

Run npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

References:

  1. Fetching data with useEffect
  2. How to memoize components in React
  3. useCallback vs useMemo
  4. When to use either useMemo or useCallback
  5. Fade in effects
  6. HTTP Status Codes
  7. Fastest way to find an item in a JS array
  8. Documenting JavaScript code
  9. Markdown Cheatsheet

About

A useful countries MERN project consuming REST countries API

https://countriesmern.netlify.com


Languages

Language:JavaScript 91.3%Language:CSS 6.4%Language:HTML 2.2%