The VR Web app is a simple routing application that includes login and registration functionality. Upon logging in, users will able to see a personal page in the bottom navigator, providing private access.
This project also was bootstrapped with Create React App.
⭐ vr-web-test-case.vercel.app ⭐
Node.js >= 12 npm >= 6
To run the app, follow these steps.
- From the project folder, execute the following commands:
To install dependencies:
shell npm i
To run the app:
shell npm start
- Redux: Redux Toolkit
- React.js - A JavaScript library for building user interfaces.
- Framer-motion - A library for animations in React.
- React Router DOM - A library for routing in React.
- Tailwind CSS - A utility-first CSS framework.