Skip to content

heather-tech/APP-JOURNAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Journal

Description

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.

Installation

  • 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


Contributing

No changes allowed at this time.

About

An app to store your app ideas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published