Skip to content

doom160/react-user-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Dashboard

An application used to filter data from springboot-user-service. It is developed with React using components from MaterialUI and MaterialTable.

Users can also insert, update, delete, sort, filter with min and max salary range. Error and success message is prompted with snackbar.

Project Status

Completed

  • Task 1: Upload Users
  • Task 2: Employee Dashboard Feature
  • Task 3: CRUD Feature
  • Task 4: Better UX When Uploading Large CSV Files (Partially complete)

Future

  • Task 5: UI Localization

Project Screen Shots

Desktop View
Desktop

Mobile View
Mobile

Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.

Your backend should be running too.

  1. Installation:

npm install

  1. To Start Server:

npm start

  1. To Visit App:

localhost:3000

Reflection

  • What was the context for this project? (ie: was this a side project? was this for Turing? was this for an experiment?)
    This project as done as a technical assessment for GovTech Software Engineer Tech Assessment.

  • What did you set out to build?
    I originally planned to implement ExpressJS backend. The MVP was completed but I realized I still lack of Javascript knowledge, which will further set me back on the development. Since I have stronger knowledge on Java, the backend development was less of a blocker to me.
    I was also looking at blueprint toolkit but I have seen reviews that it may not suit mobile view.

  • Why was this project challenging and therefore a really good learning experience?
    Despite having years of programming background in the past, the transition to DevOps position has set me back on programming trends. Nevertheless, although I do not have rich background in React and Springboot experience, my programming foundation still stands. I managed to quickly pick up these 2 framework and developed the whole solution with my own effort with examples from internet. I have better understood how React and Springboot development works.

  • What were some unexpected obstacles?
    I was stucked with React UI portion, namely on the performance. I had a hard time dealing with the state and hooks as the app kept fetching from backend, which I had to look for ways to populate only once. Another problem was handling textbox onChange events, as it kept rendering although I do not need it. I had to introduce a button and memotize the table to reduce the load.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published