Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evillegas92/volvo-frontend-codetest
Coding challenge for Volvo Cars using Next.js and React with Typescript.
https://github.com/evillegas92/volvo-frontend-codetest
Last synced: about 1 month ago
JSON representation
Coding challenge for Volvo Cars using Next.js and React with Typescript.
- Host: GitHub
- URL: https://github.com/evillegas92/volvo-frontend-codetest
- Owner: evillegas92
- Created: 2023-02-25T22:55:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T19:48:07.000Z (9 months ago)
- Last Synced: 2024-11-06T00:45:24.404Z (3 months ago)
- Language: TypeScript
- Size: 1.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Volvo-FrontEnd-CodeTest
Coding challenge for Volvo Cars using Next.js and React with Typescript.By Esteban Villegas, April 2024.
This is the [original assignment](https://github.com/volvo-cars/god-frontend-code-test#readme).
## To Run the Application
1. run ```npm install```
2. run ```npm run dev``` then navigate on your browser to http://localhost:3000/
3. For unit tests, run ```npm test```## Screenshots
### Desktop
![desktop screenshot](/docs/desktop.png "Desktop")### Mobile
![mobile screenshot](/docs/mobile.png "Mobile")