The main project is the development of a LiDAR sensor, along with a mapping graph. The graph itself was developed with Next.js, using the react-chartjs-2 library. For more information about the system, please take a look at our article: https://www.yumpu.com/pt/document/read/66298819/tcc-final
Next builds a fully optimized node.js server that helps the client side to be optimized. Thus, we are able to create a back-end application that runs alongside our front-end, with simple steps.
The back-end server is responsible for connect the front-end side and the LiDAR sensor, so each part can get info (is this case mapped data) from another.
Beyond that, next.js uses a recent version of webpack and many other features, so that everything, including the front-end side, is efficient and fast.
Well, if you would like a preview video od what was developed, plese check https://youtu.be/0nOX7tfUSJU to see our LiDAR sensor and the graph itself.
To start out in Next.js it's pretty dawm simple... I will link some webpages below and the next.js docs...
- https://nextjs.org/
- https://www.freecodecamp.org/news/nextjs-tutorial/
- https://www.digitalocean.com/community/tech_talks/getting-started-with-next-js
I could not forget to highlight the team behind this beautiful project. The people i had the honor of building this system are Rafael Machado and Felipe Machado. Please check their profiles out, you will not regret it.
- Rafael's Github: https://github.com/RafaelHuszcza
- Felipe's Intagram: https://www.instagram.com/hipnoterapeuta_felipe/