Coder Social home page Coder Social logo

divakar-dubey-softfix / shopingkaro Goto Github PK

View Code? Open in Web Editor NEW

This project forked from itzabhinavarya/shopingkaro

0.0 0.0 0.0 5.46 MB

ShopingKaro is a web application developed in Node.js that allows users to easily browse and shop for various products. With a user-friendly interface and a variety of features, ShopingKaro aims to provide a seamless online shopping experience.

JavaScript 53.65% CSS 10.52% HTML 4.74% EJS 26.84% Pug 4.25%

shopingkaro's Introduction

ShopingKaro

ShopingKaro is a web application developed in Node.js that allows users to easily browse and shop for various products. With a user-friendly interface and a variety of features, ShopingKaro aims to provide a seamless online shopping experience.

Table of Contents

Features

  • User-friendly Interface: Intuitive design for easy navigation and a pleasant user experience.
  • Product Browsing: Browse through a wide range of products conveniently categorized for quick access.
  • Cart Management: Add and remove items from the shopping cart with real-time updates.
  • Responsive Design: ShopingKaro is optimized for various devices, ensuring a seamless experience on desktops, tablets, and mobile phones.

Tech Stack

  • JavaScript (45.0%): The primary programming language used for the functionality and interactivity of ShopingKaro.
  • EJS (31.8%): Embedded JavaScript templates for dynamic content rendering.
  • CSS (12.5%): Styling to enhance the visual appeal and user interface.
  • HTML (5.6%): The backbone for structuring the web pages.
  • Pug (5.1%): A templating engine for concise and readable HTML code.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/ShopingKaro.git
    
  2. Install dependency:

    npm install
    
  3. Setup MongoDB

    • Go to .env file
    • Create a database in MongoDb
    • Add a user and password in <yourDBUser> : <password> in below connection string.
    "mongodb+srv://<yourDBUser>:<password>@<yourDBcluster>/?retryWrites=true&w=majority",
    
    
  4. Run :

    npm run start
    

Open your browser and visit http://localhost:3000 to access ShopingKaro.

Explore the website, add products to your cart, and enjoy a seamless shopping experience.

Contributing

If you'd like to contribute to ShopingKaro, please follow these guidelines:

  • Fork the repository on GitHub.
  • Clone your forked repository to your local machine.
  • Create a new branch for your feature or bug fix.
  • Make your changes and commit them with descriptive commit messages.
  • Push your changes to your forked repository.
  • Create a pull request to the main repository.

License

This project is licensed under the MIT License. Feel free to use, modify, and distribute it as per the license terms.

shopingkaro's People

Contributors

itzabhinavarya avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.