Skip to content

adarsh-venugopal/react-search-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React UI for the User Search App

Overview

The application fetches users for the below API and display the same in a nice UI -

https://jsonplaceholder.typicode.com

Requirements

Node 20 -- Node can be acquired using Node Version Manager

Running the Application

As mentioned in the requirements, this project requires Node v20.19.2 which can be installed using nvm.

Follow the steps below -

Do

npm install

npm start (for starting the development server)

Or, if you want to create and run the production build, do the following -

npm run build

npm install -g serve

serve -s build

Screenshots

alt text

alt text

Notes

  • I have focussed on achieving the core functionality of operations for Users and not much on the styling. I have just followed the MUI theme.

About

Search UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •