Skip to content

Commit 1b5e4e9

Browse files
authored
Merge pull request #396 from mdmohsin7/main
Add monumento to projects
2 parents 7ca7216 + 65a4db9 commit 1b5e4e9

File tree

3 files changed

+53
-0
lines changed

3 files changed

+53
-0
lines changed

src/helper/projects.js

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import Djed from '@/images/Djed.png'
44
import SSSLogo from '@/images/SSS.png'
55
import ResonateLogo from '@/images/Resonate.png'
66
import PictoPy from '@/images/Pictopy.png'
7+
import MonumentoLogo from '@/images/monumento.png'
78

89

910

@@ -64,6 +65,13 @@ const projects = [
6465
link: { href: 'https://github.com/AOSSIE-Org/Resonate', label: 'Resonate' },
6566
logo: ResonateLogo,
6667
},
68+
{
69+
name: 'Monumento',
70+
description:
71+
'Monumento is an AR-integrated social app that transforms how you connect with the world’s most iconic landmarks. Through Monumento, you can check in to popular monuments, explore famous sites, and discover new people, all within a social platform.',
72+
link: { href: 'https://github.com/AOSSIE-Org/Monumento', label: 'Monumento' },
73+
logo: MonumentoLogo,
74+
},
6775
{
6876
name: 'Social Street Smart',
6977
description:

src/images/monumento.png

-143 KB
Loading

src/pages/ideas/2025/monumento.mdx

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
import { IdeaLayout } from '@/components/IdeaLayout'
2+
3+
export const meta = {
4+
title: 'Monumento',
5+
description:
6+
'An AR-integrated social app that transforms how you connect with the world\'s most iconic landmarks',
7+
}
8+
9+
export default (props) => <IdeaLayout meta={meta} {...props} />
10+
11+
### Project Type: Large
12+
13+
## Description:
14+
15+
**Monumento** is an AR-integrated social app that transforms how you connect with the world’s most iconic landmarks. Through Monumento, you can check in to popular monuments, explore famous sites, and discover new people, all within a social platform dedicated to cultural and historical experiences. Whether you're a traveler or a history enthusiast, Monumento offers an immersive way to engage with the world’s most treasured locations.
16+
17+
## Expected Outcomes:
18+
19+
- **Improved UI responsiveness**
20+
- Improve the app's responsiveness across different devices and screen sizes.
21+
- Ensure a seamless user experience on various platforms.
22+
23+
- **Better social system**
24+
- Improve the social aspect of the app by improving the feed and user profiles and the ability to interact with other users.
25+
- Introduce new features like events, communities to keep users engaged
26+
27+
- **Make Popular Monumnets Dynamic**
28+
- Introduce a **dynamic system** where popular monuments can be updated with new information and images by the users.
29+
- Allow users to **add new monuments** to the app and make them available for users to check in to.
30+
31+
- **Itineray**
32+
- Introduce a **itinerary** feature to help users plan their trips and discover new places.
33+
- Allow users to **save their favorite monuments** and create personalized itineraries.
34+
35+
## Required Skills:
36+
37+
- Flutter
38+
- Appwrite/Pocketbase/Supabase
39+
- Generative AI
40+
- ARCore/ARKit
41+
- UI/UX Design
42+
43+
## Mentor:
44+
45+
`Mohammed Mohsin`

0 commit comments

Comments
 (0)