Skip to content

I built this blog as a way of learning and practicing the basics of React.js; utilizing hooks, re-using custom hooks; making use of cleanup functions, abort controllers; understanding search queries, Router Dom, Route paths; POST, DELETE fetch methods e.t.c.

Notifications You must be signed in to change notification settings

Codexgrey/A-React-Blog-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To VIEW DEPLOYMENT

First - Clone this repo
Secondly - Open terminal in the directory of cloned repo & run npx json-server --watch data/db.json --port 8000;
Thirdly - Visit -> https://codexgrey.github.io/React-Ninja-101---Blog-App/ AND click on "Home" Button
OR "Lets head back to the Homepage" link...

Available Scripts

In the project directory, you can run:

yarn install

Installs all app dependencies and creates node_modules folder

npx json-server --watch data/db.json --port 8000

This allows json-server to watch out fake REST API database...

yarn 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.

About

I built this blog as a way of learning and practicing the basics of React.js; utilizing hooks, re-using custom hooks; making use of cleanup functions, abort controllers; understanding search queries, Router Dom, Route paths; POST, DELETE fetch methods e.t.c.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published