Skip to content

A Fullstack quiz memo app about pokémon made with HTML, CSS, JS, Nodejs, Express and MySQL.

License

Notifications You must be signed in to change notification settings

ayalamarcelo/pokematch

Repository files navigation

Pokematch

This project allows you to experience the fun of memory games while diving into the exciting world of Pokémon. Test your matching skills as you try to find pairs of your favorite Pokémon.

Here is a demo of the game: Pokematch

For the full version, follow these next steps:

Usage

  1. Open a new terminal.
$ git clone https://github.com/ayalamarcelo/pokematch.git or Fork
  1. Use the package manager.
$ npm install
  1. Connect to MySQL using the credentials in your database/connection.js file.
$ mysql -u user -p
  1. Create the table. Open the backup.sql file and copy & paste its content into your MySQL.

Make sure to replace user with your MySQL username and enter your password when prompted. Here’s a link for MySQL usage: How to get started with MySQL

  1. Run
$ npm run dev
  1. Follow the localhost URL:
$ Server listening on http://localhost:4040

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Important

Please make sure to update tests as appropriate, thanks.

About

A Fullstack quiz memo app about pokémon made with HTML, CSS, JS, Nodejs, Express and MySQL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published