Giter Site home page Giter Site logo

kiwi's Introduction

Kiwi

Kiwi is a highly interactive and responsive e-commerce web application designed with a user-friendly interface. This project leverages modern web development technologies to provide a seamless user experience, state management, authentication, and secure payment processing.

Table of Contents

Features

  • Users can browse and interact with various components.
  • Responsive design with a modern user interface.
  • State management using Redux and Context API.
  • Secure authentication and database management with Firebase.
  • Seamless payment processing with Razorpay.
  • Deployment on Vercel for high availability and scalability.

Tech Stack

  • Frontend: React, Vite, TailwindCSS, Material UI
  • State Management: Redux, Context API
  • Backend: Firebase (Authentication, Firestore, Functions)
  • Payment Processing: Razorpay
  • Deployment: Vercel

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js and npm installed on your local machine.
  • A Firebase project setup for authentication and database management.
  • Razorpay account for payment processing.

Installation

  1. Clone the repository

    git clone https://github.com/debghs/kiwi.git
    cd kiwi
  2. Install dependencies

    npm install
  3. Set up Firebase

    • Create a Firebase project.
    • Enable Firestore and Authentication in the Firebase console.
    • Create a .env file in the root of the project and add your Firebase configuration:
      VITE_FIREBASE_API_KEY=your-api-key
      VITE_FIREBASE_AUTH_DOMAIN=your-auth-domain
      VITE_FIREBASE_PROJECT_ID=your-project-id
      VITE_FIREBASE_STORAGE_BUCKET=your-storage-bucket
      VITE_FIREBASE_MESSAGING_SENDER_ID=your-messaging-sender-id
      VITE_FIREBASE_APP_ID=your-app-id
      
  4. Set up Razorpay

    • Sign up for a Razorpay account.
    • Create a .env file in the root of the project and add your Razorpay configuration:
      VITE_RAZORPAY_KEY_ID=your-key-id
      VITE_RAZORPAY_KEY_SECRET=your-key-secret
      

Usage

  1. Start the development server

    npm run dev
  2. Open http://localhost:5173 to view it in the browser.

kiwi's People

Contributors

debghs avatar

Stargazers

 avatar  avatar

Watchers

 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.