Duo Finder is a simple mobile and web application for gamers looking for partners to play a game with.
It's basics was developed during the NEXT LEVEL WEEK IGNITE, an online event provided by RocketSeat for programmers to build a whole functional system within a week.
I will be adding new features in the near future. ;)
The web features currently include:
- List of available games and it's number of ads;
- Publish a new ad (looking for a Duo).
The mobile features currently include:
- List of available games and it's number of ads;
- Interact with games to show each ad;
- Interact with ad to show it's Discord.
The API holds our database and controls it.
Each one of the projects (web, mobile and API) can be installed with
npm install
API and Web can be launched with:
npm run dev
For mobile application launch:
npm run start