Skip to content

πŸš€ A Full Stack React Native E-Commerce Project! πŸ›’πŸ‘‡πŸ‘‡

Notifications You must be signed in to change notification settings

Abdullah0Dev/stylish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


Project Banner
react-native react-native-reanimated tailwindcss node.js express mongodb

Full Stack E-Commerce App

Build this project step by step with our detailed tutorial on Web Minds YouTube. Join the WM family!

πŸ“‹ Table of Contents

  1. πŸ€– Introduction
  2. βš™οΈ Tech Stack
  3. πŸ”‹ Features
  4. 🀸 Quick Start
  5. πŸ–ΌοΈ Assets
  6. πŸ”— Links

🚨 Tutorial

This repository contains the code corresponding to an in-depth tutorial available on our YouTube channel, Web Minds.

If you prefer visual learning, this is the perfect resource for you. Follow our tutorial to learn how to build projects like these step-by-step in a beginner-friendly manner!

Welcome to the Full Stack E-Commerce App! This app is designed to offer a comprehensive E-Commerce solution with a focus on responsiveness and smooth animations. Built using React Native, Node.js, and MongoDB, it ensures high performance and scalability.

  • React Native
  • React Native Reanimated
  • Tailwind CSS
  • Node.js
  • Express
  • MongoDB

πŸ‘‰ Beautiful Subtle Smooth Animations using React Native Reanimated: Enhance user experience with seamless and captivating animations.

πŸ‘‰ Completely Responsive: Access and optimal viewing on any device with a fully responsive design.

πŸ‘‰ Real-time Updates: Stay up-to-date with real-time data synchronization across the app.

πŸ‘‰ Check-out Page: Simplified and efficient check-out process for user convenience.

πŸ‘‰ Secure Authentication: Robust authentication mechanisms to protect user data.

πŸ‘‰ Scalable Backend: Powered by Node.js and Express for a scalable and efficient backend.

Follow these steps to set up the project locally on your machine.

Prerequisites

Make sure you have the following installed on your machine:

Cloning the Repository

git clone https://github.com/Abdullah0Dev/stylish.git
cd stylish

Installation

Navigate to the frontend folder and install dependencies:

cd frontend
npm install

Navigate to the backend folder and install dependencies:

cd ../backend
npm install

Running the Backend

Start the backend server:

npm start

Running the Frontend

Navigate back to the frontend folder and start the React Native app:

cd ../frontend
npx react-native run-android # For Android
npx react-native run-ios # For iOS

Open the app on your simulator or real device to view the project.

Find all assets here.