Skip to content

Piyush-devpy/Carify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Carify

Carify is a modern front-end e-commerce web application built using React. It provides a clean user interface for browsing cars, viewing details, and simulating order tracking. The project focuses on responsive design, smooth navigation, and optimized performance.


Features

  • Responsive and modern user interface
  • Explore section with dynamic car cards
  • Hero image slider with smooth transitions
  • Track Your Order page with clean empty-state UI
  • Navigation using React Router
  • Optimized images for fast loading
  • Modular component-based architecture

Tech Stack

  • React (Functional Components and Hooks)
  • React Router DOM (Client-side routing)
  • CSS (Custom styling, responsive design)
  • Vite (Build tool and development server)

Project Structure

Carify/
│
├── public/
│   └── logo.png
│
├── src/
│   ├── assets/
│   ├── components/
│   │   ├── Navbar.jsx
│   │   ├── HeroSlider.jsx
│   │   ├── Explore.jsx
│   │   ├── TrackOrder.jsx
│   │   └── About.jsx
│   │
│   ├── App.jsx
│   ├── main.jsx
│   └── index.css
│
├── package.json
└── README.md

Installation and Setup

  1. Clone the repository
git clone https://github.com/Piyush-devpy/Carify.git
  1. Navigate to the project directory
cd carify
  1. Run the development server
npm install
  1. Run the development server
npm run dev

Build for Production

npm run build

The optimized files will be generated in the dist folder.


Deployment

This project can be deployed using platforms such as:

  • Vercel
  • Netlify
  • GitHub Pages

Key Learnings

  • Building reusable React components
  • Managing UI state using hooks
  • Implementing client-side routing
  • Optimizing images for performance
  • Structuring a scalable frontend project

Author

Piyush Chauhan


License

This project is created for learning and demonstration purposes.

About

Carify is a modern front-end e-commerce web application built using React, focused on delivering a clean user interface and smooth user experience. The platform allows users to explore a collection of cars through a responsive card-based layout, navigate seamlessly using client-side routing, and interact with features such as login modals and order

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors