It's about implementing an authentication system with React ContextAPI
This project was developed with the following techs:
- We're using ContextAPI to pass data between components;
- We have a Login page;
- We have a Home page;
The React version is 18.2.0.
The Router version is 6.14.2;
The Node version is 20.4.0.
If you wish, clone or download this repositry:
# Clone the repository
$ git clone git@github.com:williamalonso/contextapi-react-auth-js.git
After downloading or cloning, run the command npm i.
Next step is runing the command npm start on the main project folder.
