https://github.com/iryb/sw-app
https://github.com/iryb/sw-app
jest mui react-query react-testing-library reactjs typescript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iryb/sw-app
- Owner: iryb
- Created: 2024-10-18T17:01:28.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-27T09:52:15.000Z (4 months ago)
- Last Synced: 2025-03-27T10:36:28.907Z (4 months ago)
- Topics: jest, mui, react-query, react-testing-library, reactjs, typescript
- Language: TypeScript
- Homepage: https://sw-app-sigma.vercel.app
- Size: 776 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SW app
Displays list of Star Wars heroes and detailed information about films and starships for each hero.
## Demo
https://sw-app-sigma.vercel.app/## Tech stack
- React
- React Query
- Typescript
- MUI
- React Testing Library
- Jest## How to run the project
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.### `npm test`
Launches the test runner in the interactive watch mode.\
### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!