Welcome to Pokétable! The goal of this project is to explore and enhance skills as a Front-end Engineer. It serves as a hands-on example of using these technologies in a practical application.
- React: For building the user interface.
- TypeScript: Ensuring type safety across the application.
- Next.js: For server-side rendering and optimized performance.
- Tailwind CSS: For styling the application with utility-first CSS.
- Shadcdn UI: For creating a modern and intuitive user interface.
- React Query: For data fetching and caching.
- Clone the repository:
git clone https://github.com/your-username/poketable.git
- Navigate to the project directory:
cd poketable
- Install dependencies:
bun install
- Run the development server:
bun dev
This project includes ReactQuery DevTools to help you simulate different states of the application:
- Loading State: You can trigger and observe the loading state to see how the application handles data fetching.
- Error State: You can simulate errors to test how the application responds to failures.
To access these features, use the palm tree icon located at the bottom right of the page.