⚡️ Modern UI Design + Reveal Animations
⚡️ One Page Layout
⚡️ Styled with Chakra UI
⚡️ Fully Responsive
⚡️ API connections
⚡️ Well organized documentation
To view the site: Click Here
From your command line, first clone RealEstateReact:
# Clone the repository
$ git clone https://github.com/abukimemia/RealEstateReact# Move into the repository
$ cd RealEstateReact# Install dependencies
$ npm install# Start app
$ npm run dev- NextJS - React Framework
- Chakra UI - UI library for creating accessible React apps
- Axios - Allows us to make API requests
- Framer-motion - Motion library for React
- Millify - Formats large numbers into human-readable format
- nprogress - Allows us to create nice progress bars
- react-horizontal-scrolling-menu - Allows us to scroll horizontally on our menu component.
- react-icons - Icons library
- RapidAPI - API that helps query real estate in UAE
Once you finish your setup. You need to put your website online!
I highly recommend to use Vercel because it is super easy to deploy Next.JS projects.
