A modern React application for Stake Rent, the cash back network for renters.
- 🏠 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
- Node.js (v16 or higher)
- npm or yarn
- Install dependencies:
npm install- Start the development server:
npm run dev- Open your browser and navigate to
http://localhost:5173
npm run buildnpm run preview- React 18 - UI library
- Vite - Build tool and dev server
- Tailwind CSS - Utility-first CSS framework
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
This project is for demonstration purposes.