ankittkamal / Zip_Code_Information_App-React

A React application that allows users to enter a postal code and fetch information about that location using the Zippopotam API .

Home Page:https://zip-code-information-app-react.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zip Code Information App

Technologies Used

  • Front-end: React + Vite Redux Tailwind CSS JavaScript

  • API Integration : zippopotam.us

Screenshot

  • Form for entering the ZIP code with dark mode

  • Location Data from Zip code with light mode


Setup the project

  1. Fork the project
  2. Clone project
  3. Install dependencies npm install
  4. To run the server execute npm run dev

Implemented a Redux store to manage the application's state.

  1. Location Data -> is stored and managed by redux store.
  2. Dark Mode feature is implemented using redux store.

About

A React application that allows users to enter a postal code and fetch information about that location using the Zippopotam API .

https://zip-code-information-app-react.vercel.app


Languages

Language:JavaScript 95.2%Language:HTML 3.3%Language:CSS 1.5%