/Full-Stack-Tutorial-Spring-React

A simple udemy tutorial of a full-stack app with Spring and React that I have followed!

Primary LanguageJava

Todo Application

In this folder is present an application and some demo examples that I have developped in accordance with a simple udemy tutorial that I have followed!

The application illustrates simple functionality of login, listing, updating, deleting and creating tasks.

This is my first application where the frontend is written in React.

Frontend used technologies and libraries

  • JavaScript for the API, Authentication;
  • React - to define the components and switch between them;
  • Axios - used for addressing requests in the backend;
  • Fromik - it is used to enable the validation of a form.

Backend used technologies and libraries

  • Java;
  • Spring Boot;
  • JWT to secure the connection with the frontend.