Skip to content

Commit

Permalink
for making an app for future
Browse files Browse the repository at this point in the history
  • Loading branch information
yours7himanshu committed Jan 18, 2025
1 parent a7ae9b4 commit 73851fb
Show file tree
Hide file tree
Showing 45 changed files with 1,506 additions and 61 deletions.
60 changes: 0 additions & 60 deletions client/src/components/Header.jsx

This file was deleted.

2 changes: 1 addition & 1 deletion client/src/constants/Services.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const Services = () => {
<div key={index}
data-aos="fade-right"
data-aos-duration="1500"
className=" bg-indigo-950 text-white rounded-lg p-6 shadow-indigo-800/60 shadow-lg hover:shadow-md transition-shadow">
className=" bg-indigo-950 text-white rounded-lg p-6 shadow-lg hover:shadow-md transition-shadow">
<div className="flex text-white justify-center mb-4">
{service.icon}
</div>
Expand Down
38 changes: 38 additions & 0 deletions mobile/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files

# dependencies
node_modules/

# Expo
.expo/
dist/
web-build/
expo-env.d.ts

# Native
*.orig.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision

# Metro
.metro-health-check*

# debug
npm-debug.*
yarn-debug.*
yarn-error.*

# macOS
.DS_Store
*.pem

# local env files
.env*.local

# typescript
*.tsbuildinfo

app-example
3 changes: 3 additions & 0 deletions mobile/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 73851fb

Please sign in to comment.