parteek2813 / zepto_frontend_assignment

Home Page:https://zepto-frontend-assignment-one.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ Pick Users Component - Zepto Frontend Developer Assignment

Crafted with β™₯ by Parteek Kumar

Built using:

View Demo on the Deployed Site πŸš€

Click https://zepto-frontend-task.netlify.app/ to view the deployed site

πŸ‘¨β€πŸ’» Features

βœ… Users can search for any user by their name or email ID.\

βœ… Users can use the backspace button to delete the last selected user.
βœ… Users can use up or down arrow key and press Enter to select user from dropdown.

βš™οΈ NPM Modules Used

  • "react-dom": "^18.2.0", - To interact with React's virtual DOM
  • "react-icons": "^5.0.1", - To have an icon library
  • "react-router-dom": "^6.3.0", - To implement routing features provided by React.js

πŸͺœ Steps I took to optimize the page load time

  • Used PurgeCSS to tree-shake unused styles and optimize my final build size.
  • Used Lighthouse DevTools Extension to find the performance issues and fix them using their actionable suggestion.
  • Used Netlify that has world-class CDN technology that reduces waiting time even further.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

About

https://zepto-frontend-assignment-one.vercel.app


Languages

Language:TypeScript 75.8%Language:HTML 16.1%Language:CSS 6.6%Language:JavaScript 1.5%