matteothebrave / List-of-presence

My first application with ReactJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

My first application with ReactJS


Languages

Language:TypeScript 55.3%Language:CSS 24.8%Language:JavaScript 10.0%Language:HTML 9.9%