Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush-0110 authored Jun 26, 2023
1 parent b6a18c6 commit 1861f28
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Insta-Kilo-Gram

## Description

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.

## Installation

To install the project, clone the repository to your local machine and install dependencies with:

```bash
git clone https://github.com/ayush-0110/swiper-trial.git
cd client
npm install

cd ../server
npm install
```
## Usage

To start the application, simply run:

```bash

npm start
```

Then, navigate to http://localhost:3000 in your browser to start using Insta-Kilo-Gram.

## Contributing

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.


0 comments on commit 1861f28

Please sign in to comment.