This is a personal project with intention to show my skill as a front end developer. It is a responsive project. Works well with mobile and desktop. Also, I implemented themes and Languange options with hooks and context api of react.
Home page Light Mode | GW2 page Dark Mode |
---|---|
Mobile version
- React
- React-icons
- React-router
- Context API
- Sass
Clone this project to you local files typing the command (go to the location where you wanna save it):
Move to the file project:
cd rpg_games
Open with your code editor. If you are using Visual Code, run:
code .
Install the dependencies:
npm install
Start the aplication and enjoy: \o/
npm start