Skip to content

Added project files and components for a basic React application. #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

Programmer-RD-AI
Copy link
Member

Added Files: Added the following files and directories:

index.html: HTML file serving as the entry point of the application.
package-lock.json, package.json: Files defining project dependencies and metadata.
public/logo.png: Image file used as the logo for the application.
src/: Directory containing the source code of the application.
src/App.jsx: Main component serving as the root of the application.
src/components/NavBar.jsx: Component representing the navigation bar of the application.
src/config/: Directory containing configuration files for Firebase integration.
src/firebase/: Directory containing modules for Firebase services such as authentication, Firestore, Realtime Database, and Storage.
src/index.css: CSS file containing global styles for the application.
src/main.jsx: Main entry point of the application, rendering the root component.
src/pages/: Directory containing page components for different routes of the application.
src/routes/HomeRoutes.jsx: Component defining the routes of the application.
src/styles/: Directory containing CSS files for styling different components and pages.
Component Development: Developed components for the home page (Home.jsx), about us page (AboutUs.jsx), contact us page (ContactUs.jsx), sign up page (SignUp.jsx), and login page (Login.jsx). Also created corresponding CSS files for styling these pages.

Firebase Integration: Added Firebase configuration files (firebase.js, firebase.jsx) and modules (Auth.jsx, Firestore.jsx, Realtime.jsx, Storage.jsx, FirestoreAbstract.jsx) for integrating Firebase services into the application.

Styling: Created CSS files (NavBar.css, AboutUs.css, ContactUs.css, Home.css) for styling components and pages, ensuring a consistent and visually appealing layout throughout the application.

Added Files: Added the following files and directories:

index.html: HTML file serving as the entry point of the application.
package-lock.json, package.json: Files defining project dependencies and metadata.
public/logo.png: Image file used as the logo for the application.
src/: Directory containing the source code of the application.
src/App.jsx: Main component serving as the root of the application.
src/components/NavBar.jsx: Component representing the navigation bar of the application.
src/config/: Directory containing configuration files for Firebase integration.
src/firebase/: Directory containing modules for Firebase services such as authentication, Firestore, Realtime Database, and Storage.
src/index.css: CSS file containing global styles for the application.
src/main.jsx: Main entry point of the application, rendering the root component.
src/pages/: Directory containing page components for different routes of the application.
src/routes/HomeRoutes.jsx: Component defining the routes of the application.
src/styles/: Directory containing CSS files for styling different components and pages.
Component Development: Developed components for the home page (Home.jsx), about us page (AboutUs.jsx), contact us page (ContactUs.jsx), sign up page (SignUp.jsx), and login page (Login.jsx). Also created corresponding CSS files for styling these pages.

Firebase Integration: Added Firebase configuration files (firebase.js, firebase.jsx) and modules (Auth.jsx, Firestore.jsx, Realtime.jsx, Storage.jsx, FirestoreAbstract.jsx) for integrating Firebase services into the application.

Styling: Created CSS files (NavBar.css, AboutUs.css, ContactUs.css, Home.css) for styling components and pages, ensuring a consistent and visually appealing layout throughout the application.
@Programmer-RD-AI Programmer-RD-AI added the enhancement New feature or request label Jun 4, 2024
@Programmer-RD-AI Programmer-RD-AI linked an issue Jun 4, 2024 that may be closed by this pull request
@Programmer-RD-AI Programmer-RD-AI merged commit a71f106 into main Jun 4, 2024
1 of 2 checks passed
Copy link
Contributor

deepsource-io bot commented Jun 4, 2024

Here's the code health analysis summary for commits 066afb8..1e5eed5. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript❌ Failure
❗ 39 occurences introduced
🎯 25 occurences resolved
View Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link

github-actions bot commented Jun 4, 2024

Visit the preview URL for this PR (updated for commit 1e5eed5):

https://edtract-c8c09--pr6-1-home-page-developm-w26c1xn1.web.app

(expires Tue, 11 Jun 2024 23:27:27 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 574fedaa64a47d805e8f48234401b723347077aa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Home Page Development
4 participants