Skip to content

cansurer-at/vr-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VR Interview Case

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.


Demo

vr-web-test-case.vercel.app


Requirements

Node.js >= 12 npm >= 6


Running the app locally

To run the app, follow these steps.

  1. From the project folder, execute the following commands:

To install dependencies:

shell npm i

To run the app:

shell npm start

Dependencies

  • 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.

Dependencies

  • Tailwind CSS - A utility-first CSS framework.