-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b6a18c6
commit 1861f28
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|