https://github.com/s-ayanide/mediaplex
Mediaplex is an image sharing social media application. Discover new ideas, save what inspires you, share what you love.
https://github.com/s-ayanide/mediaplex
frontend image netlify nodejs react sanity social-media
Last synced: 3 months ago
JSON representation
Mediaplex is an image sharing social media application. Discover new ideas, save what inspires you, share what you love.
- Host: GitHub
- URL: https://github.com/s-ayanide/mediaplex
- Owner: S-ayanide
- License: gpl-3.0
- Created: 2021-12-27T15:14:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T14:20:03.000Z (over 3 years ago)
- Last Synced: 2025-02-01T06:51:17.624Z (3 months ago)
- Topics: frontend, image, netlify, nodejs, react, sanity, social-media
- Language: JavaScript
- Homepage: https://mediaplex.netlify.app/
- Size: 40 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mediaplex
[](https://app.netlify.com/sites/mediaplex/deploys)
Mediaplex is an image sharing social media application. Discover new ideas, save what inspires you, share what you love.
Visit your all in one image sharing platform here: https://mediaplex.netlify.app/
# Features
* Creation of Pins (Photos) and listing them globally across the wall on the global feed
* Saving Pins to your profile to revisit later
* Linking destination links along with the Pin while creation to allow users to visit/exlpore more
* Deletion of your own Pins
* Downloading any number of Pins# Tech Stack
* React JS
* Tailwind CSS
* Sanity CMS# How to run this
Running this is as simple as it gets. Follow this steps
* Open your terminal (NOTE: git bash prefered/ Terminal on VS Code)
* Navigate to the project folder where you have cloned this repo.* Frontend
* Change into the frontend directory: `cd frontend`
* Run the local frontend server: `npm start`* Backend
* Change into the backend directory: `cd backend`
* Open the sanity CMS: `sanity start` (To see the sanity dashboard to configure APIs, CORS Origins, etc use `sanity manage`)# Pull Request
Pull Requests are welcome. Please follow these rules for the ease of understanding:* Make sure to check for available issues before raising one
* Give me a maximum of 24-48 hours to respond
* Have proper documentation on the parts you are changing/adding**Feel free to contribute**