Skip to content

this project was built using` firebase and cloud services` and `google authentication`, `react.JS` `tailwindcss`

Notifications You must be signed in to change notification settings

unawarexi/React_Firebase_AppStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project setup && Envirinmental Setup

for this project we're going to be making use of

  • REACT JS
  • NODE JS
  • FIREBASE AS A SERVICE
  • TAILWIND FOR STYLES
  • MATERIAL-UI FOR SOME EASY COMPONENTS

Video Overview

App Screenshots

img1 img3
img5 img6

Resposiveness

rtc1 rtc2 rtc3

Theme

img7 img8

Admin

admin1 admin2 admin3

Real-time communication

rtc1 rtc2 rtc3

version control

we'll be using git and github

  • Method One

  • Open your terminal from VSCode.

  • Initialize your Git repository:

    git init
  • git add . to add all initialized files

  • git commit -m "messege for your files"

  • git push it'll automatically open github and ask for permisions

  • note you''ll have to use git globar --username and --email for more privacy

    git config --global user.name "Your Name"
    git config --global user.email "your.email@example.com"
  • then you've pushed your projects to github

OR

Push your changes to GitHub. This assumes you have already created a repository on GitHub.

git remote add origin https://github.com/your-username/your-repository.git
git branch -M main  # You may need to use 'main' or 'master' depending on your default branch name
git push -u origin main  # Pushing to the 'main' branch, change it if your defaul
  • method two

  • create a token and rcreate a new repo inside git hub first
  • git clone the repo with the token to added security
git clone https://{your created token}@github.com/{your username}/{your repo}.git
  • open the clone repo in vscode and install react and other tools
  • git add . && git commit -m "your message" && git push, to push your files

About

this project was built using` firebase and cloud services` and `google authentication`, `react.JS` `tailwindcss`

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages