Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fredyzz/cars-list-app
https://github.com/fredyzz/cars-list-app
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fredyzz/cars-list-app
- Owner: fredyzz
- Created: 2024-04-18T18:41:46.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-26T15:21:30.000Z (7 months ago)
- Last Synced: 2024-04-27T10:45:14.722Z (7 months ago)
- Language: TypeScript
- Homepage: https://cars-list-app-five.vercel.ap
- Size: 789 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Garage App
Simple application built with React, TypeScript and CSS.
Tested with JEST and MSW mocks.**⚠️ Important ⚠️**
**Thank you for this test review 🤗. I am aware that the app is missing many things, it has others that could be improved and above all it can be made more scalable.
This is what I was able to do in the time I was able to dedicate. If you want to see a specific improvement or have questions about something, I can gladly resolve it.**## Table of Contents
- [Installation](#Installation)
- [Testing](#Testing)## Installation
The following commands will start json-server and the React application.
### Install dependencies
```bash
npm i
```### Run the project
```bash
npm run dev
```## Testing
The app is tested with JEST and MSW to mock network requests
### Run tests
```bash
npm run test:jest:watch
```