Insta-Kilo-Gram is a React project that mimics the functionality of Instagram. It's an excellent platform for users who want to share their photos and experiences, like others' posts, and engage with their community. Insta-Kilo-Gram utilizes Swiperjs to provide a sleek, modern interface similar to Instagram.
One of the unique features of Insta-Kilo-Gram is the use of Suprsend, a service that sends both SMS and email notifications. Whenever a user likes a post, Suprsend sends a notification to the admin, the user who liked the post, and the user whose post was liked. This ensures everyone stays up-to-date with what's happening on the platform.
To install the project, clone the repository to your local machine and install dependencies with:
git clone https://github.com/ayush-0110/swiper-trial.git
cd client
npm install
cd ../server
npm install
To start the application, simply run:
npm start
Then, navigate to http://localhost:3000 in your browser to start using Insta-Kilo-Gram.
Contributions are welcome! If you find a bug or have a feature suggestion, please open an issue. If you'd like to contribute code, please open a pull request and clearly explain your changes.