This project is a test application demonstrating login functionality and product page access.
- Clone the repository:
git clone https://github.com/pegahph/atlaspood-test-project.git
- Navigate to the project folder:
cd atlaspood-test-project
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to: http://localhost:5173/
Use the following credentials to log in:
- Email: admin@email.com
- Password: 1234
- The product page is only accessible after logging in with the provided credentials.
- User authentication state is not persisted in local storage, as this is a test project.
- You will be logged out if you refresh the page or manually change the URL.
- You'll need to log in again after any page refresh or URL change.
This project is a test application and may not include all features of a production-ready system. It's designed to demonstrate specific functionalities as requested in the test requirements.