Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
73e8c08
faq added
abdullahi-abdulkadir Jul 24, 2025
0b078a4
Resolving conflict
abdullahi-abdulkadir Jul 29, 2025
d5abfec
Update contacts with api, state management, and function
abdullahi-abdulkadir Sep 7, 2025
010f64d
Update contacts with api, state management, and function (#68)
abdullahi-abdulkadir Sep 7, 2025
fb4aae7
update footer, state, api, funtions
abdullahi-abdulkadir Sep 7, 2025
83f408c
news letter subscription form update footer, state, api, funtions (#69)
abdullahi-abdulkadir Sep 7, 2025
988907e
add state, api and function
abdullahi-abdulkadir Sep 9, 2025
351163e
Agent profile API (#70)
abdullahi-abdulkadir Sep 9, 2025
f7c526c
Dynamic functions add at agent, listing, post-property, post agent
abdullahi-abdulkadir Sep 19, 2025
1c8b071
made some adjustments
mavic01 Sep 23, 2025
b55f690
fixed merge conflict
mavic01 Sep 23, 2025
1893176
fixed merge conflict
mavic01 Sep 23, 2025
22fb969
made some adjustments (#71)
mavic01 Sep 23, 2025
51dcdf6
Merge branch 'main' into dev
Wendiblac Oct 1, 2025
07d4d8a
Merge branch 'main' of https://github.com/Strent-Org/frontend
abdullahi-abdulkadir Oct 5, 2025
7776b3d
checking the code and fix read me conflict
abdullahi-abdulkadir Oct 5, 2025
d256405
login page css
abdullahi-abdulkadir Oct 5, 2025
65f7edb
update login page
abdullahi-abdulkadir Oct 7, 2025
4c26d74
Merge branch 'dev' of https://github.com/Strent-Org/frontend into dev
abdullahi-abdulkadir Oct 7, 2025
05f2528
fixing a conflict on listing, fixing login layout
abdullahi-abdulkadir Oct 7, 2025
7f7fd57
fixed conflict .json, .yaml, app.jsx, footer, nav, listing, listing d…
abdullahi-abdulkadir Oct 7, 2025
795d7cf
Merge branch 'main' into feature/fixconflict-dynamicListing
abdullahi-abdulkadir Oct 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frontend

# 🌟 Strent App

A collaborative, responsive web project built with **React**, **Vite**, **Tailwind CSS**, and managed with **pnpm**. This app is designed for maintainability, reusability, and team collaboration as part of the AltSchool project initiative.
Expand Down Expand Up @@ -55,7 +56,7 @@ src/
├── hooks/ # Custom React hooks
├── utils/ # Utility/helper functions
├── images/ # Static image in assets
├── icons/ # Icon, SVGs in asset
├── icons/ # Icon, SVGs in asset
├── fonts/ # Web font files (optional) in asset
├── App.jsx # Root component with routes
Expand Down Expand Up @@ -104,25 +105,28 @@ Checkout the development branch:
git checkout dev
git pull origin dev

Create a feature branch always

Create a feature branch always

git checkout -b feature/ your-feature-name, example: feature/footer if you are working on footer


Make Change and commit:
git add .
git commit -m " feat: added footer section" ie if working on footer

push your feature to github:

push your feature to github:
git push origin feature/footer if are working on footer for example

Open a pull request PR:
Open a pull request PR:
Go to repository open pull request from your feature/footer to the dev
Request a review if need
Request a review if need

Important Notes:

Do not commit directly to the main branch
Do not commit directly to the main branch
Always pull from the dev before starting new work or opening a PR
Use clear and consist branch names (feature/, fix/, style)
keep your code clearn and follow project naming convention
```

10 changes: 10 additions & 0 deletions data/db.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,16 @@
"reviewerText": "nice work,",
"starRating": 1,
"timestamp": "2025-09-13T20:00:50.453Z"
},
{
"id": "53a4",
"agentId": "d7b7",
"agentName": "muhammed bala",
"reviewerFullName": "Amadi blue",
"reviewerEmail": "agent@gmail.com",
"reviewerText": "nice he deliver in a tight dead line",
"starRating": 3,
"timestamp": "2025-10-07T18:17:00.981Z"
}
],
"inquiries": [
Expand Down
Loading