https://github.com/samrocksc/next-e2e-scaffold
A scaffold for a next.js app w/e2e cypress
https://github.com/samrocksc/next-e2e-scaffold
Last synced: over 1 year ago
JSON representation
A scaffold for a next.js app w/e2e cypress
- Host: GitHub
- URL: https://github.com/samrocksc/next-e2e-scaffold
- Owner: samrocksc
- License: mit
- Created: 2025-03-11T08:46:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T11:16:45.000Z (over 1 year ago)
- Last Synced: 2025-03-11T12:26:05.234Z (over 1 year ago)
- Language: TypeScript
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Readme
- [Readme](#readme)
- [Reason I made This](#reason-i-made-this)
This is a simple UI kit for setting up a next package with e2e and Jest testing
## Reason I made This
I wanted a place to make sure that I was keeping my UI/UX skills up to date. For that reason I have the following questions prepared:
1. Question: How would you create a new page in this Next.js application called _fruits_ and navigate to it from the home page?
2. How would you filter the data array to only show items with
a price greater than $1.00
3. How would you sort the items in the data array by price in ascending order?
4. How would you add a new item to the data array?
5. Filter the array in a way that it does not receive any results
and render a "No Results" component