Competitive Splatoon Platform
Go to file
2019-05-12 17:15:13 +03:00
build map list generation build 2019-05-12 17:15:13 +03:00
models refactoring + started working on map list generator 2019-05-10 17:35:27 +03:00
react-ui map list generation build 2019-05-12 17:15:13 +03:00
scripts refactoring + started working on map list generator 2019-05-10 17:35:27 +03:00
.eslintrc.js player search working version 2019-05-09 16:54:39 +03:00
.gitignore refactoring + started working on map list generator 2019-05-10 17:35:27 +03:00
index.js refactoring + started working on map list generator 2019-05-10 17:35:27 +03:00
LICENSE.txt changed license 2019-05-09 18:25:53 +03:00
package-lock.json frontend first version 2019-05-05 02:10:10 +03:00
package.json lets try this again loul 2019-05-05 23:17:32 +03:00
Procfile first version of the xleaderboard 2019-05-05 21:21:58 +03:00
README.md changed license 2019-05-09 18:25:53 +03:00

sendou.ink

Competitive Splatoon Hub

Live version: https://sendou.ink/

What's happening

I'm making this site as a school project of full stack web development. It is my first time working on a web site project of my own so it's very much a learning experience in that sense.

First working feature is searching for past results of Top 500 of X Rank in Splatoon 2. Going forward the plan is to work on different features as well as guides.

Technologies used

  • React
  • Node.js
  • GraphQL (Apollo)
  • MongoDB (Mongoose)
  • Python (couple different scripts to parse data)

Installation

  1. Install Node
  2. Use npm install in the root folder
  3. Use npm install in the /react-ui folder
  4. Use npm run watch in the root folder
  5. Use npm start in the /react-ui folder

Server will run on http://localhost:3001/
Frontend will run on http://localhost:3000/

Contributing

You are welcome to create an issue or do a pull request.

License

GNU General Public License v3.0