Skip to content

tatva-hiral/react-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Test App

This is the test application to show the user listing. This applicatin is built with React Hooks, Material UI and Redux. We used create-react-app to begin with this test application which by default includes support to ES6. Generally, we used eslint configuration in react development.

Quickstart

To run this application locally, follow below commands:

Install node modules: yarn install

To run the application in browser: yarn start

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

To build the application, run below command yarn build

Builds the app for production to the build folder.

Screenshot

User list

Alt text

Folder structure

└───src
    │   App.js
    │   index.js
    │   serviceWorker.js
    │
    ├───actions
    │       user.js
    │
    ├───assets
    │   └───images
    │           index.js
    │           logo.svg
    │           preview.jpg
    │
    ├───components
    │   ├───Navbar
    │   │       index.js
    │   │       navbar.css
    │   │
    │   └───Paginator
    │           index.js
    │
    ├───constants
    │       actions.js
    │       index.js
    │
    ├───containers
    │   └───UserList
    │           index.js
    │           styles.js
    │           UserList.js
    │
    ├───reducers
    │       index.js
    │       userReducer.js
    │
    ├───routes
    │       index.js
    │
    ├───store
    │       index.js
    │
    └───utils
            history.js
			

About

Test application for user listing(simplibuild)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published