This is one of my first projects that I did when I was learning React. This version is made with TypeScript and has a better UI (maybe not the best).
Maybe the code is confusing (like almost all my projects), it was a project I wanted to finish as soon as possible to see how far I've progressed and learned all this time.
To run the application, follow these steps:
- Clone the repository or download it as a ZIP file.
- In a terminal, navigate to the folder where the application is located.
- Install
pnpm
using thenpm install -g pnpm
command - Run the
pnpm install
command to install all the necessary dependencies. - Run the
pnpm run dev
command to start the application in development mode. - Open your browser and navigate to
http://localhost:5173
.
- HTML
- Panda CSS
- React
- TypeScript
- JavaScript
I appreciate contributions and suggestions to improve my app! If you have any ideas or encounter any issues, feel free to open an issue or submit a pull request.