/List-of-presence

My first application with ReactJS

Primary LanguageTypeScript

reactapp 📱


This is an APP created with Vite (build tool) for ReactJS.

#Was created to make a list of class presence, saving informations of new students when they check in the classroom;
#Everytime a student checks-in it saves the hour,minute,second accordingly with ReactJS default localeDateString;
#Using the function useEffect (default ReactJS) to call an API from github, with async to fetch data;
#They unique key is set to be following the logic of line 4 on this README;

// my first ReactJS app ever made.