Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iryb/sw-app
https://github.com/iryb/sw-app
jest mui react-query react-testing-library reactjs typescript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/iryb/sw-app
- Owner: iryb
- Created: 2024-10-18T17:01:28.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T19:32:52.000Z (2 months ago)
- Last Synced: 2024-11-19T20:28:40.071Z (2 months ago)
- Topics: jest, mui, react-query, react-testing-library, reactjs, typescript
- Language: TypeScript
- Homepage: https://sw-app-sigma.vercel.app
- Size: 775 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!