adventurelookup
adventurelookup copied to clipboard
Open repository for the website https://adventurelookup.com/
In order to help with the development of components that interact with the data, we could really do with a starter set of data. I'm going to go ahead and...
Still have some stuff to add. Just getting this up for feedback sooner rather than later.
We need to implement the Adventures database models and API. Should be a simple CRUD where anyone can read, any registered user can add, and both the creator user and...
We need a framework for the user experience when navigating in and around the pages to do with the adventure. Essentially, we will need pages for Search / Browse /...
We need some proper mockups of how each page should look so that it can be implemented. Anyone skilled at creating mockups and / or css to realise those mockups...
Need to add the correct auth endpoints to the API to allow users to sign up and sign in. In addition, we should add 2-step verification via an e-mail confirmation...
We need a way for users to sign up and sign in on the main page - I suggest using the familiar pattern of Sign up / Sign in /...