Pokedex is a simple web application built as a learning project to practice JavaScript programming. It showcases basic JavaScript functionalities and concepts.
- Display a greeting message
- Perform basic arithmetic operations
- Manipulate strings
- Handle user input
- HTML
- CSS
- JavaScript
- Clone the repository.
- Open the
index.html
file in a web browser to access the app.
- Enter your name in the input field.
- Click the "Greet" button to display a personalized greeting message.
- Use the available buttons to perform basic arithmetic operations.
- Explore the app to learn and experiment with JavaScript functionalities.