|
5 | 5 | # Airbnb Clone with Next.js 13!
|
6 | 6 |
|
7 | 7 | <p>
|
8 |
| -Full Stack Airbnb Clone with Next.js 13 Tailwind-css, Prisma, MongoDB, NextAuth, Framer-motionSocial, Login (Google and Facebook), Image upload, Cloudinary CDN, Location selection, Map component, Country autocomplete, Fetching listings with server components |
| 8 | +Full Stack Airbnb Clone with Next.js 13 Tailwind-css, Prisma, MongoDB, NextAuth, Framer-motionSocial, Login (Google and Facebook), Image upload, Cloudinary CDN, Location selection, Map component, Country autocomplete, Fetching listings with server components. |
9 | 9 | </p>
|
10 | 10 |
|
11 | 11 | <!-- Badges -->
|
@@ -127,7 +127,6 @@ Full Stack Airbnb Clone with Next.js 13 Tailwind-css, Prisma, MongoDB, NextAuth,
|
127 | 127 | </tr>
|
128 | 128 | </table>
|
129 | 129 |
|
130 |
| - |
131 | 130 | ## :toolbox: Getting Started
|
132 | 131 |
|
133 | 132 | ### :bangbang: Prerequisites
|
@@ -162,7 +161,6 @@ To run this project, you will need to add the following environment variables to
|
162 | 161 |
|
163 | 162 | `NEXT_PUBLIC_LOOKUP_KEY`
|
164 | 163 |
|
165 |
| - |
166 | 164 | This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
|
167 | 165 |
|
168 | 166 | ### :gear: Installation
|
@@ -210,15 +208,15 @@ module.exports = {
|
210 | 208 | "./app/**/*.{js,ts,jsx,tsx}",
|
211 | 209 | "./pages/**/*.{js,ts,jsx,tsx}",
|
212 | 210 | "./components/**/*.{js,ts,jsx,tsx}",
|
213 |
| - |
| 211 | + |
214 | 212 | // Or if using `src` directory:
|
215 | 213 | "./src/**/*.{js,ts,jsx,tsx}",
|
216 | 214 | ],
|
217 | 215 | theme: {
|
218 | 216 | extend: {},
|
219 | 217 | },
|
220 | 218 | plugins: [],
|
221 |
| -} |
| 219 | +}; |
222 | 220 | ```
|
223 | 221 |
|
224 | 222 | #### Add the Tailwind directives to your CSS
|
|
0 commit comments