Skip to content

Commit

Permalink
upgrade to react.js
Browse files Browse the repository at this point in the history
  • Loading branch information
akhileshthite committed Mar 29, 2023
1 parent 54f99a0 commit d177df2
Show file tree
Hide file tree
Showing 32 changed files with 31,928 additions and 602 deletions.
7 changes: 7 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
REACT_APP_APIKEY=AIzaSyC25DRx-ieoPxPvbJHA-Jb2bMidDt98Axs
REACT_APP_AUTHDOMAIN=p2plabsxyz.firebaseapp.com
REACT_APP_PROJECTID=p2plabsxyz
REACT_APP_STORAGEBUCKET=p2plabsxyz.appspot.com
REACT_APP_MESSAGINGSENDERID=128573366717
REACT_APP_APPID=1:128573366717:web:973bbaf060669850b472d4
REACT_APP_MEASUREMENTID=G-CJQF1J9W4R
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
Loading

0 comments on commit d177df2

Please sign in to comment.