https://github.com/malldonado/pokedex
🎮 An immersive Vue-based application, utilizing Node.js for seamless backend operations, mimicking a Pokedex to explore and discover diverse creatures and their attributes.
https://github.com/malldonado/pokedex
bulma corejs nodejs vuejs
Last synced: 4 months ago
JSON representation
🎮 An immersive Vue-based application, utilizing Node.js for seamless backend operations, mimicking a Pokedex to explore and discover diverse creatures and their attributes.
- Host: GitHub
- URL: https://github.com/malldonado/pokedex
- Owner: malldonado
- License: mit
- Created: 2023-01-03T00:13:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T15:06:07.000Z (12 months ago)
- Last Synced: 2024-12-31T15:14:38.826Z (6 months ago)
- Topics: bulma, corejs, nodejs, vuejs
- Language: Vue
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokedex Application
🎮 An immersive Vue-based application, utilizing Node.js for seamless backend operations, mimicking a Pokedex to explore and discover diverse creatures and their attributes.
## Technologies Used
**Frontend:** Vue.js, Bulma, CoreJS
**Backend:** Node.js## Features
- Explore various creatures and their attributes.
- Seamless backend operations powered by Node.js.
- Responsive design using Bulma for UI components.
- Enhanced JavaScript functionality with CoreJS.## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
Node.js installed on your local machine.
### Installation
1. Clone the repo
```sh
git clone https://github.com/malldonado/pokedex.git
```2. Install NPM packages
```sh
npm install
```3. Start the application
```sh
npm start
```## License
Distributed under the MIT License.