This repository contains the code for a real-estate website I built for a client who wanted to create a central hub for his real estate business. The website serves as a resource for his clients to learn about the real estate transaction process, explore properties he's selling, and read client testimonials that establish his credibility and trustworthiness.
Clone the project
git clone [email protected]:Justin-Bento/agent-doug-webb.git
Go to the project directory
cd /path/to/project/agent-doug-webb
Install dependencies
npm install
Start the server
npm run dev
To run this project, you will need to add the following environment variables to your .env.local file
NEXT_PUBLIC_PROJECT_ID
- find inside sanity/manage.NEXT_PUBLIC_DATASET
- should be the default or your custom dataset.I learned the hard way not to promise too much on a web development project. I got excited and made big promises about features and timelines, thinking that additional help would be available. However, when I ended up handling everything myself, I became overwhelmed and stressed. This created challenges for both me and the client, as it led to unrealistic expectations on both sides. I realized I couldn’t meet the promises I made and was only able to set up the project and make certain UI tweaks. Now, I’ve learned to set realistic goals, communicate better with clients, and ensure everyone delivers on their commitments through contracts, while also setting achievable standards for what I know I can actually complete.