A web app built with Nextjs 14 and supabase where users can signup with their email or github account. After signing up user can browse around and view a variety of cars posted by other users or even sell their own car.
- Nextjs 14
- Typescript
- Tailwind Css
- Supabase as the backend
- Shadcn/ui
First, clone the repository and install the dependencies:
git clone https://github.com/MrMaina100/CasaTopia-app.git
cd CasaTopia-app
npm install
# or
yarn install
# or
pnpm install
Then run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
if you would like to reach out about the project and request for features or you just spotted a bug please do so and lets connect mburumaina648@gmail.com. Contributions are welcome.