ViniciusResende / Memorydex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memorydex

🚀 A memory card game with legendary pokemon, are you ready for the challenge?

🚧 Memorydex 🚀 In Development 🚧

About   |    Layout   |    Lauching the project   |    Technologies   |    Author    |    Acknowledgment

💡 About the project:

👾 Memorydex - Is an application based on the famous memory game, where the player has as the main goal, memorize the cars and make pairs until all cars had been collected.

The Project was developed during a workshop ministred by Caio Campos in the Pitágoras University.

The main porpouse of the development was to present to the viwers, a bit about React.JS technology and also some web development concepts.


🎨 Layout of the Application:

Memorydex

Experimente a Demo

🚀 Launching the project:

Pre requirements

Before start, you should need have installed in your computer those following tools:

GIT Git
NodeJS Node.js

It is also recommended a good code editor, for example:

VisualStudioCode VSCode


💻 Starting the Frontend (Web):

# Clone this repository
$ git clone https://github.com/ViniciusResende/Memorydex

# Acess the project folder
$ cd Memorydex

# Install all the dependencies
$ npm install
 or
$ yarn 

# Run the application
$ npm run start
 or
$ yarn start

# The application will start at port:3000 - acess http://localhost:3000

👨‍💻 Used Technologies:

Those following tools were used in the project development:

Frontend (ReactJs + SASS)

🙋‍♂️ Author


Vinícius Alves


🏆 Acknowledgment

caioCampos-pic

Course ministered by: Caio Campos


About


Languages

Language:JavaScript 55.9%Language:SCSS 39.9%Language:HTML 4.2%