Looking for Feedback on My Munro Bagging App Project Plan

0
7
Asked By CuriousCoder21 On

Hey everyone! I'm relatively new to development and I'm embarking on a side project that's a bit of a personal passion. After a few years dabbling in web development, mostly with no-code builders like Squarespace and Webflow, I feel like I need to challenge myself more. I want to build a single-page application for tracking Munro Bagging in Scotland—where there are 282 mountains over 3000ft. Existing sites feel outdated, so I'm aiming to create something modern with social features for friends to compare their lists.

Here's my current tech stack plan:
- Frontend: Next.js and Tailwind for good SEO and performance.
- Mapping: MapboxGL.
- Backend, Auth, and Database: Supabase.
- Hosting and Deployment: Vercel.

I'd love to hear if you think I'm on the right track or if you have any suggestions or insights based on your experiences! Thanks!

3 Answers

Answered By TechnoExplorer99 On

Your project sounds awesome! The stack you've picked looks solid for what you're aiming at. Diving into something that pushes your limits is a great way to learn. Just keep in mind that building an MVP might take a while, but the skills you'll gain will definitely be worth it!

Answered By WebWizard42 On

I think you're on the right path, but just a heads up, this is a big jump. It’s crucial to take things step by step and get comfortable with React and all the components you're planning to use. Best of luck with your project!

Answered By CodeNinja77 On

Consider starting with a phased approach where you focus on the 'read-only' data first. You can create static pages with the information you gather and not worry about database setups right away. This way, you can use your existing HTML, CSS, and basic JS skills. Once you have something live, you can gradually add features like authentication and user personalization. Also, be cautious about tackling too much unfamiliar tech at once!

CuriousCoder21 -

That makes a lot of sense! I want it to be a SPA so users can plan their outdoor days without juggling multiple tabs. The current sites can feel chaotic with info scattered everywhere. I'm imagining a central map view with a sidebar for filtered hills. Each hill selection would swap the sidebar info seamlessly. Does that sound like a more user-friendly approach?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.