Skip to content

Amanthukral12/productivity-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

produkto

Netlify Status

A Progressive Web Application to add your Todos and Notes in order to work more efficiently.

SCREENSHOTS

produkto
produkto

🐣 Prerequisites

  • node >= 12.18.0
  • npm >= 6.14.4

⚡ Installation

  1. Clone / Download this repo.

  2. Inside the project open a terminal and run:

    npm install
    

    This will install all the project dependencies.

  3. Create a .env file in the project root folder and add the following:

    REACT_APP_FIREBASE_API_KEY=yourApiKey
    REACT_APP_FIREBASE_AUTH_DOMAIN=yourAuthDomain
    REACT_APP_FIREBASE_PROJECT_ID=yourProjectId
    REACT_APP_FIREBASE_STORAGE_BUCKET=yourStorageBucket
    REACT_APP_FIREBASE_MESSAGING_SENDER_ID=yourMessagingSenderId
    REACT_APP_FIREBASE_APP_ID=yourAppId
    REACT_APP_FIREBASE_MEASUREMENT_ID=yourMeasurementId
    
  4. To start the development server run:

    npm start
    

🤵‍♂️ Author

Twitter

LinkedIn

About

A Progressive Web Application to add your Todos and Notes in order to work more efficiently.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published