Competitive Splatoon Platform
Go to file
2019-08-26 13:46:01 +03:00
build lazy loading hot fix 2019-08-26 13:46:01 +03:00
models work on the new design 2019-08-22 15:44:32 +03:00
react-ui lazy loading hot fix 2019-08-26 13:46:01 +03:00
schemas finished top 500 browser 2019-08-23 23:11:50 +03:00
scripts x trends code, map planner bug fix and new maps 2019-08-03 23:32:17 +03:00
utils working BuildForm component 2019-06-06 11:40:33 +03:00
.eslintrc.js player search working version 2019-05-09 16:54:39 +03:00
.gitignore lazy loading 2019-08-26 13:22:19 +03:00
index.js refactored backend 2019-06-19 20:17:47 +03:00
LICENSE.txt changed license 2019-05-09 18:25:53 +03:00
package-lock.json first plans test version 2019-07-17 19:59:12 +03:00
package.json first plans test version 2019-07-17 19:59:12 +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
schema.js x trends code, map planner bug fix and new maps 2019-08-03 23:32:17 +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