Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.27 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.27 KB

Car House

This project made with React JS and Node JS LIVE LINK - Click Here

Project Description

  • A Car Warehouse Management Website
  • Web Pages are Home, Add Car, Manage Car, My Car, Blog, Registration & Login.
  • In Home - users can see some available cars. users can update and manage car from here. Homepage also have scrollable brand logo and office location map.
  • Users can Registration & Login using Email, Password or Social login(Google).
  • User can't visit Add Car, Manage Car, My Car page without login.
  • Users can see all car list, add new car to the inventory and delete.
  • Information is secured by JWT token.
  • User can Logout.
  • Full Responsive UI.

Technology Used

Frontend - React JS, Firebase

  • React Router
  • React Bootstrap
  • Axios
  • React Slick
  • React Toastify
  • React Leaflet
  • React Hook Form
  • React Firebase Hooks
  • Firebase Authentication - Email & Password
  • Firebase Authentication - Google
  • Firebase Deployment - Hosting

Backend - Node JS, MongoDB

  • Express JS framework
  • MongoDB Atlas for NoSql Database
  • JWT Token for secure API
  • Cross-Origin Resource Sharing(CORS)
  • Dotenv - Manage confidential credentials
  • Heroku Deployment