Code Monkey home page Code Monkey logo

ecommerce's Introduction

Alt text

About The Project

RAOUFラウフ is an eCommerce website that minimalistic and simple design lifestyle enthusiasts can buy from.

Built With:

Getting Started

Prerequisites

To run this project on your local machine make sure you have the latest package manager installed:

  npm install npm@latest -g

Installation

  1. clone the repo:
   git clone https://github.com/Abderraouf-Rahmani/ecommerce.git
  1. Install NPM packages
npm install
  1. Create an .env file

This project has four envirement variables:

NEXT_PUBLIC_SANITY_TOKEN = <your_sanity_token_here>
SANITY_PROJECT_ID = <your_sanity_project_id_here>
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY = <your_stripe_publishable_key_here>
STRIPE_SECRET_KEY=<your_stripe_secret_key_here>
  • Sanity.io is an open source headless real-time CMS that you can customize with JavaScript and React, you'll need to create an account there and fill in the first two variables with their respective values.
  • The last two variables are from Stripe, which is a payment processing platform, you'll need to make an account as well and fill in the variables with their respective values.
  1. Run the development server
npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Roadmap

  • Make the website responsive
  • Add Success and Cancelled pages
  • Add swiping functionality for the product's carousel.
  • Add a filter to sort products by price.
  • Multi-language Support
    • French
    • Arabic

Contact

Feel free to connect with me on Linkedin

Acknowledgments

This project made possible because a tutorial I watched on a youtube channel called JavaScriptMastery, I just gave the front-end a better styling.

ecommerce's People

Contributors

abderraouf-rahmani 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.