Skip to content

sidsen-dev/stake-demo

Repository files navigation

Stake Rent - Cash Back Network for Renters

A modern React application for Stake Rent, the cash back network for renters.

Features

  • 🏠 Find deals on rental properties
  • 💰 Unlimited cash back on rent payments
  • 📈 Credit building through rent payments
  • 🏦 Stake checking accounts
  • 🛍️ Neighborhood network for cash back at local businesses
  • 💬 Customer testimonials
  • ❓ FAQ section

Getting Started

Prerequisites

  • Node.js (v16 or higher)
  • npm or yarn

Installation

  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open your browser and navigate to http://localhost:5173

Build for Production

npm run build

Preview Production Build

npm run preview

Tech Stack

  • React 18 - UI library
  • Vite - Build tool and dev server
  • Tailwind CSS - Utility-first CSS framework

Project Structure

stake-rent/
├── src/
│   ├── components/
│   │   ├── Header.jsx
│   │   ├── Hero.jsx
│   │   ├── Cities.jsx
│   │   ├── Features.jsx
│   │   ├── Testimonials.jsx
│   │   ├── FAQ.jsx
│   │   └── Footer.jsx
│   ├── App.jsx
│   ├── main.jsx
│   └── index.css
├── index.html
├── package.json
├── vite.config.js
├── tailwind.config.js
└── postcss.config.js

License

This project is for demonstration purposes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published