| models | ||
| react-ui | ||
| schemas | ||
| scripts | ||
| utils | ||
| .eslintrc.js | ||
| .gitignore | ||
| index.js | ||
| LICENSE.txt | ||
| package-lock.json | ||
| package.json | ||
| Procfile | ||
| README.md | ||
| schema.js | ||
Goal of sendou.ink is to provide useful tools and resources for the competitive Splatoon community.
Live version: https://sendou.ink/
What's happening
This site was originally a full stack web development school project. It is my first time working on a web site project of my own so it has been very much a learning experience in that sense.
Technologies used
- React
- Node.js
- GraphQL (Apollo)
- MongoDB (Mongoose)
- Python (couple different scripts to parse data)
Current features
🦑 Maplist Generator Fully configure and randomly generate map lists to play on.
🦑 Rotation Viewer View the upcoming rotations in the matchmaking and mark maps as unfavored. Unfavored maps are saved without having to register.
🦑 Build Viewer Search for builds by weapon submitted by other users.
🦑 Map Planner Make plans by drawing on maps using variety of tools. You can also save and load from file.
🦑 X Rank Leaderboards X Rank (solo queue) leaderboards by weapon class. Ordered by the average of the top four historical scores.
🦑 Top 500 Browser Filter and browse through thousands of X Rank placements dating back to May 2018.
🦑 X Rank Trends Draw charts based on the appearance of different of different weapons in X Rank. Easily see the impact different patches had and how weapons compare to each other.
🦑 Competitive Calendar See all the upcoming events in the competitive Splatoon community on one page.
🦑 Links Links to all sorts of useful resources about competitive Splatoon.
You can also log in to save up to 100 builds of your own.
Installation
- Install Node
- Use
npm installin the root folder - Use
npm installin the /react-ui folder - Use
npm run watchin the root folder - Use
npm startin 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

