Competitive Splatoon Platform
Go to file
2019-05-09 18:02:50 +03:00
build player search working version 2019-05-09 16:54:39 +03:00
models player pages first vesrion 2019-05-09 00:37:00 +03:00
react-ui player search working version 2019-05-09 16:54:39 +03:00
scripts first version of xsearch 2019-05-07 13:48:57 +03:00
.eslintrc.js player search working version 2019-05-09 16:54:39 +03:00
.gitignore weapon info first working ver 2019-05-07 21:08:20 +03:00
index.js started implementing player search 2019-05-09 03:17:55 +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 added a readme 2019-05-09 18:02:50 +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

MIT