Skip to content

Files

Latest commit

Dec 25, 2023
8e1dda7 · Dec 25, 2023

History

History
21 lines (12 loc) · 797 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 797 Bytes

Getting Started with Create React App

npm install --save

make sure you have the latest version of React installed on your machine before continuing with the project. install all the dependencies required from package.json, for your application

npm run start

with the following command line arguments you should be running http://192.168.0.100:3000

The above url will list the users, if you expand the panels then you will see user details with edit and delete buttons On the top right, you will see the create user button.

if you acceess any random urls it will take to the 404 page.

on the mobile device or any device smaller than lg, then you will not see the sidebar.