LENpolygon / Build-Order-Tool-AoE4-

Build Order Tool (for Age of Empires IV)
30 stars 15 forks source link

adding basic react components #10

Closed xarvey closed 2 years ago

xarvey commented 2 years ago

My plan here is:

Frontend: can follow the design of https://lotv.spawningtool.com/ Framework: Next JS + Firebase, https://fireship.io/courses/react-next-firebase/ I never used next before so want to give it a try DB Schema:

Vote: Int BuildOrderUrl: the url that can render it in your site Name: String Description: String Categories: Array

Stretch plan includes some filtering too

I'm also wondering how deploy is gonna work, since this likely requires npm/node. Can you show me how do you deploy it online. Otherwise I'm happy to try things like netlify/heroku/firebase

On Sun, May 1, 2022 at 6:47 AM LEN polygon @.***> wrote:

Merged #10 https://github.com/LENpolygon/Build-Order-Tool-AoE4-/pull/10 into main.

— Reply to this email directly, view it on GitHub https://github.com/LENpolygon/Build-Order-Tool-AoE4-/pull/10#event-6529317779, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKGR326ERHMCH6K7ZRE3JDVHZOKHANCNFSM5UXZKUAQ . You are receiving this because you authored the thread.Message ID: @.*** com>

LENpolygon commented 2 years ago

My plan here is: Frontend: can follow the design of https://lotv.spawningtool.com/ Framework: Next JS + Firebase, https://fireship.io/courses/react-next-firebase/

I used that tool for inspiration too, so agree with that. Just want to give people the option to browse by civilization too because there are more civ's then in SC2.

I never used next before so want to give it a try DB Schema: Vote: Int BuildOrderUrl: the url that can render it in your site Name: String Description: String Categories: Array Stretch plan includes some filtering too

Ok, not sure what you mean by Categories though?

I'm also wondering how deploy is gonna work, since this likely requires npm/node. Can you show me how do you deploy it online. Otherwise I'm happy to try things like netlify/heroku/firebase

Currently it's deployed on Firebase. So we can either use the Firebase database or a standalone simple database like noDB.