Skip to content

guneyeroglu/wander-wheels-fe

Repository files navigation

home

CONTENT and DATA

Hi! In this project that I've developed, I designed a rental cars application called Wander Wheels. The application is fully responsive, ensuring a seamless experience across all devices. Additionally, I developed Back-End myself, so all the APIs are custom-built and tailored specifically for this project.

PAGES

It is a website consisting of 5 pages.

- Home Page

- Login Page

- Sign Up Page

- Car List Page

- Rent Page

Some Screenshots

Login
login
Sign Up
sign-up
Cars #1
cars
Cars #2
filter-cars
Rent
rent

DEVELOPMENT

Here are some of the tools I use

- Axios and react-query for fetch

- React Hooks for data & state management (zustand)

- Tailwind for styling

- i18next & react-i18next for multi-language (EN | TR)

- NextUI Library for some React Components

- Framer-motion for animations

DEPLOYMENT

- Vercel

I preferred Vercel for the deployment phase. You can access it via this link.

- Localhost

If you want to run this site in your local, you can clone the project. After that, you can simply follow the steps below in your terminal.

npm install

npm run dev

When you get the notification which shows that the terminal is running successfully, the browser will most likely open automatically the website. But if it doesn't, you can go to the http://localhost:3000.