App Journal is an app where you can store all of your app ideas.
App Journal utilizes a local JSON file to store your data.
-
Install react router
npm install react-router-dom
-
Clone this app
-
Install node dependencies
npm install
-
Starts npm react server
npm start
-
Open [http://localhost:3000] to view the app in your browser
-
Open a separate terminal
-
Connect json database to the server. Use port 8000 because we are already utilizing 3000 for our app
npx json-server --watch db.json --port 8000
No changes allowed at this time.