Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohitjaiswal28/explore
The application offers an innovative solution for users interested in exploring the geographic distribution of profiles, enhancing user engagement and interaction. This allows users to view a list of profiles and interactively explore the addresses of each profile on a map.
https://github.com/mohitjaiswal28/explore
mern reactjs
Last synced: 16 days ago
JSON representation
The application offers an innovative solution for users interested in exploring the geographic distribution of profiles, enhancing user engagement and interaction. This allows users to view a list of profiles and interactively explore the addresses of each profile on a map.
- Host: GitHub
- URL: https://github.com/mohitjaiswal28/explore
- Owner: mohitjaiswal28
- Created: 2024-04-18T18:56:02.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-18T19:55:39.000Z (8 months ago)
- Last Synced: 2024-04-19T19:58:20.861Z (8 months ago)
- Topics: mern, reactjs
- Language: CSS
- Homepage:
- Size: 1.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Explore
- The application offers an innovative solution for users interested in exploring the geographic distribution of profiles, enhancing user engagement and interaction.
- This allows users to view a list of profiles and interactively explore the addresses of each profile on a map.## Deploy Link
- You can access the deployed version of this project here - [Deploy Link](https://explore-mohitjaiswal.netlify.app/)
- Search in your browser - [explore-mohitjaiswal.netlify.app](https://explore-mohitjaiswal.netlify.app/)
## Screenshots
### 1. Homepage
![App Screenshot](https://i.ibb.co/Tvr8BRV/1.png)### 2. Explore profile page
![App Screenshot](https://i.ibb.co/7RBnTZn/2.png)### 3. View profile
![App Screenshot](https://i.ibb.co/MhTscqB/3.png)### 4. 404: Page not found page
![App Screenshot](https://i.ibb.co/dPwY6Cy/4.png)## How to run the project ?
To run the project use following steps:- Clone the repository ```[email protected]:mohitjaiswal28/Explore.git```
- Navigate to project directory with ```cd your-project-dir-name```
- Run ```npm install```
- To start the server, run ```npm run start```