React app to track IT department tasks and issues. Uses JSON-Server as a mock backend
- Login and register functionality
- Search functionality
- Submit a system log and select your own technician
- Add a technician
- Edit system logs
- Remove system logs when they solved out
- react-moment
- redux
- react-redux
- redux-devtools-extension
- express-async-handler
- redux-thunk
Install my-project with npm
git clone https://github.com/TarokhDev2020/ITLogger-React.git
cd my-project
npm install