https://github.com/binarykitchen/websight-practical-test
https://github.com/binarykitchen/websight-practical-test
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/binarykitchen/websight-practical-test
- Owner: binarykitchen
- Created: 2023-04-26T08:44:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T08:48:23.000Z (about 3 years ago)
- Last Synced: 2025-02-09T08:34:36.041Z (over 1 year ago)
- Language: TypeScript
- Size: 178 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Websight Practical Test by Michael Heuberger
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## How to run locally?
1. `npm install`
2. `npm start`
3. Open http://localhost:3000
4. For login you can use these details:
As a viewer, username = `some.viewer` and password `ViewMeNow123!`
As an editor, username = `some.editor` and password `EditMeNow123!`
## Some Notes
- Login + Validation works great.
- Pages are responsive and look nice.
- Zero external dependencies except React, as per requirement.
- My code truly displays my expertise and the code quality I deliver.
- My time ran out. The sortable data still has no data and search functionality isn't implemented yet.
- While being a full-time employee, I only could spend about 4-5 hours today on this practical test.
- If you like, I can spend more time to complete the rest maybe.
- A registration page wasn't a requirement, hence users are mocked (hardcoded)