/support-ticketing-system

MERN stack support ticketing system

Primary LanguageJavaScript

Support Ticket System

This website is a support desk ticketing system that allows users to view, create, edit, and delete support tickets.

Link to project: https://tien-support-ticketing-system.herokuapp.com/

Support Ticket System

Tech used

My focus was to learn the MERN full web stack. Along the way, I learned many different libraries such as React Routers and Axios.

Optimizations

One way I optimized the website was by bundling the website for production. By default, the website is in development mode. React includes helpful warnings which is useful for development, but it can make your React app size large.

Lessons Learned

Planning and designing are important steps before any implementations.