akramcodez / Anigram

Anigram: A responsive animal profile platform, allowing users to browse, search, and interact—aiming to evolve into a full-featured Instagram-like experience.
1 stars 4 forks source link
instagram-clone open-source web-development

🐾 Anigram

A responsive demo of an animal profile page that allows users to browse, search, and interact with animal profiles.
Inspired by Instagram!


🎉 Welcome to Anigram

A fun social media platform for pets! This web application lets users explore animal profiles, such as:
CAT | DOG | GOAT | COW | HEN | DUCK | HORSE

Each profile showcases unique bios, posts, and user interactions.


🤝 Collaboration Project

Anigram is an open-source collaboration project. We welcome contributions from developers around the world. Whether you're adding features, fixing bugs, or improving the design, your input is valuable.
Please create a separate branch and push your changes before submitting a pull request.


🛠️ Technologies Used


🚀 Usage


📂 Project Details


💡 Suggestions

If the image URL from data.json isn't working:

  1. Open Google and search for an appropriate image.
  2. Copy the image URL.
  3. Replace the old URL in the data.json file with the new one.
  4. Restart the application to apply the changes.

👥 Contributors

We appreciate the efforts and dedication of all contributors:


👤 Author Information


⚙️ Installation

Follow these steps to set up the project locally:


# Step 1: Clone the repository
git clone <repository-url>

# Step 2: Navigate into the project folder
cd <repository-folder>

# Step 3: Install dependencies
npm install

# Step 4: (Optional) Install Nodemon for automatic server restarts
npm i nodemon

# Step 5: Create a branch for your changes
git checkout -b <your-branch-name>

# Step 6: Run the application
node index.js

# The application will be available at:
# 👉 http://localhost:8080