The idea for the project has been elaborate by the BeCode.org training.
Planty is a MERN (Mongo, Express, React, Node.js) stack Web Application. It's an IDLE based in Liège/Luik. The purpose is to collect trees existing in the city and become the biggest owner on the map by buying and locking every trees available. The player receives a wallet with leafs(the game money) at the beginning and this wallet decreases and increase throughout the game. More explanation in the walkthrough .
1. Techs used
2. Walkthrough of the game
3. How to run the project
4. The Project Team
5. Credits
→ React
→ Vite
- axios (request)
- leaflet (map)
- react-leaflet-cluster (cluster)
- lottie-react (logo)
- react-icon (icon)
- react-router-dom (route)
- radial-color-picker (color picker)
- swiper (swipe in user profil)
- eslint (to find quickly problems in the code)
- prettier (code formatter)
- tailwindcss (style)
→ Node.js
→ MongoDB
- bcrypt (hash the password)
- cors (allows restricted source on the webpage)
- dotenv (read the .env)
- jwt-decode (json token)
- jsonwebtoken (json token)
- mongoose (connect to MongoDB)
- morgan (Error testing logs)
- node-cron (Programs specific action)
- nodemon (Reloading the server)
- project-name-generator (Generate random name)
- validator (Check the authentication fields)
First, to start off the game the player have an account. To create an account, it requires :
- an username
- an email account
- a secure password
- an unique hexadecimal color from the color picker(each player has a color in the game).
As the player logs in, he arrives on the map. He can wander around to buy tree and check which tree are available or already owned. He can also check the details of the tree, which we will see as well on the profile below.
- On his profile, the player can check the trees he possesses, modify his personal info and log out.
- On the tree detailed pages, you can see its personal name (random at the DB creation), its owner, its species, the actual value, the wikipedia page of its species. You can lock the tree to prevent another player to buy it and sell the tree.
- On the tree page, players can post comments and interact with the community.
For more precision on the game mechanics here the Backend repository.
Finally, you can check the scores status of all the players in the leaderboard, to know it you are a good conqueror.
Run in your terminal :
[email protected]:krabandicoot/Planty_Becode.git
Open in a new terminal
cd app/client && npm i --force
Once the depencies are installed run :
npm run build && npm run dev
Open in a new terminal
cd app/server && npm i
Once the depencies are installed run :
npm run start
To understand how to modify the .env
and create your DB of trees check out this link.
Once the server run, check the locahost your receive with vite on the client terminal to access the webApp.
- Jade Muratet | Frontend | LinkedIn | GitHub
- Lisa Mazzarisi | Frontend | LinkedIn | GitHub
- Danaé Grosjean | Backend | LinkedIn | GitHub
- Khadja Paux | Backend | LinkedIn | GitHub
Database from Belgium OpenData Initiative website
The logo was made by Sheikh Sohel
Design comes from Freepik and have been modified for our color palette.
Special thanks to Luna Muylkens | GitHub | For helping us debugging and optimize for the deployment.