A project made with React JS for displaying and filtering robot profiles. This web application project is created to complete the Zero To Mastery course on Udemy.
This project was bootstrapped with Vite.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:5173/ztm-robofriends/ to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Builds the app for production to the dist
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!
See the section about building for production for more information.
Preview the built application locally.
See the section about deployment for more information.
You can learn more in the Vite documentation.
To learn React, check out the React documentation.
.
├── public
│ ├── favicon.ico
│ ├── logo192.png
│ ├── logo512.png
│ ├── manifest.json
│ └── robots.txt
├── src
│ ├── components
| │ ├── Card.tsx
| │ ├── CardList.tsx
| │ ├── ErrorBoundary.tsx
| │ ├── Scroll.tsx
│ | └── SearchBox.tsx
│ ├── containers
| │ ├── App.css
| │ ├── App.tsx
│ | └── SEGA.woff
│ ├── types
| │ ├── redux.d.ts
│ | └── robot.d.ts
│ ├── actions.ts
│ ├── constants.ts
│ ├── index.css
│ ├── index.tsx
│ ├── reducers.ts
│ ├── reportWebVitals.ts
│ ├── robots.ts
│ └── setupTests.ts
├── .gitignore
├── index.html
├── package-lock.json
├── package.json
├── README.md
├── tsconfig.json
└── vite.config.mts