This project is a multi-page web application built using React and Next.js, replicating the design and basic functionality of four key pages from Better.com.
Deployed Link (https://better-com-mauve.vercel.app/)
- Multi-Page Application with Next.js
- Responsive Design for all screen sizes
- Routing implemented using Next.js
- Interactive Mortgage Calculator
- Styled Components / CSS / SCSS for accurate styling
- **Deployed on Vercel
- Framework: Next.js (React)
- Styling: Tailwind CSS
- Deployment: Vercel
- Version Control: Git & GitHub
| Page | Route |
|---|---|
| Home | / |
| About Us | /About |
| Mortgage Calculator | /mortgageCalc |
| Start Page | /start |
-
Clone the repository
git clone https://github.com/Anushka404/Better-com.git cd better-com-replica -
Install dependencies
npm install # or yarn install -
Run the development server
npm run dev # or yarn dev -
Build for production
npm run build npm start
This project is deployed on Vercel. You can deploy your own version on:
- Vercel:
vercel deploy - Netlify:
netlify deploy - Heroku:
git push heroku main
This project is for assessment purposes only. All rights to the original design belong to Better.com.