All Projects → cassidoo → Next Adventure

cassidoo / Next Adventure

A crowdsourced, mad-lib, choose your own adventure story!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Next Adventure

nextjs-blog-starter-kit
NextJS Blog + Contentful Typescript Starter kit with Static Export 🚀
Stars: ✭ 56 (-68%)
Mutual labels:  nextjs, netlify
Jamstackthemes
A list of themes and starters for JAMstack sites.
Stars: ✭ 298 (+70.29%)
Mutual labels:  netlify, nextjs
Next Netlify Starter
A one-click starter project for Next and Netlify
Stars: ✭ 249 (+42.29%)
Mutual labels:  netlify, nextjs
Next On Netlify
Build and deploy Next.js applications with Server-Side Rendering on Netlify!
Stars: ✭ 719 (+310.86%)
Mutual labels:  netlify, nextjs
Next On Netlify Demo
Demo of a Next.js app with Server-Side Rendering on Netlify
Stars: ✭ 40 (-77.14%)
Mutual labels:  netlify, nextjs
Nextjs Netlify Blog Template
Next.js blogging template for Netlify
Stars: ✭ 141 (-19.43%)
Mutual labels:  netlify, nextjs
nativesintech.org
The repository for the Natives in Tech website
Stars: ✭ 37 (-78.86%)
Mutual labels:  nextjs, netlify
Commercejs Nextjs Demo Store
Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts.
Stars: ✭ 737 (+321.14%)
Mutual labels:  netlify, nextjs
Next Purescript Example
Simple example app using Next.js with Purescript
Stars: ✭ 35 (-80%)
Mutual labels:  netlify, nextjs
Next Js Blog Boilerplate
🚀 Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚡️ Made with Nextjs, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.
Stars: ✭ 134 (-23.43%)
Mutual labels:  netlify, nextjs
Next Netlify Blog Starter
A lightweight markdown blog starter built with Next.js 9.5+ and Netlify
Stars: ✭ 170 (-2.86%)
Mutual labels:  netlify, nextjs
Localpdfmerger
Merge PDFs locally in the Browser using Webassembly
Stars: ✭ 163 (-6.86%)
Mutual labels:  nextjs
Cartoonify
Deploy and scale serverless machine learning app - in 4 steps.
Stars: ✭ 157 (-10.29%)
Mutual labels:  netlify
Actions Gh Pages
GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.
Stars: ✭ 2,576 (+1372%)
Mutual labels:  nextjs
Serverless Next.js
⚡ Deploy your Next.js apps on AWS Lambda@Edge via Serverless Components
Stars: ✭ 2,977 (+1601.14%)
Mutual labels:  nextjs
Js Client
A Open-API derived JS + Node.js API client for Netlify
Stars: ✭ 170 (-2.86%)
Mutual labels:  netlify
Terraform Aws Next Js
Terraform module for building and deploying Next.js apps to AWS. Supports SSR (Lambda), Static (S3) and API (Lambda) pages.
Stars: ✭ 163 (-6.86%)
Mutual labels:  nextjs
Vulcan Next
The Next starter for GraphQL developers
Stars: ✭ 155 (-11.43%)
Mutual labels:  nextjs
Notus Nextjs
Notus NextJS: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 152 (-13.14%)
Mutual labels:  nextjs
Next Graphql Blog
🖊 A Blog including a server and a client. Server is built with Node, Express & a customized GraphQL-yoga server. Client is built with React, Next js & Apollo client.
Stars: ✭ 152 (-13.14%)
Mutual labels:  nextjs

Next Adventure

A spooky, crowdsourced, mad-lib, Choose Your Own Adventure story
built with Next.js, XState, Hasura, and Netlify Forms + Functions.

Netlify Status

What is this?

This is a project that uses Next.js, XState, Hasura, Netlify Forms, and next-on-netlify.

The "story" side of the app is a state machine that pulls a random character from the database and populates their data to make a "Choose your own Adventure" style story. The other side of the app is character submission, in which folks can send their characters to the story database, and their character may be randomly pulled from the database!

Installation options

Option one: One-click deploy

Deploy to Netlify

(If you click this button, it will clone this repo to your account, and sets that repo up immediately for deployment on Netlify)

Option two: Manual clone

  1. Clone this repo: git clone https://github.com/cassidoo/next-adventure.git
  2. Navigate to the directory and run npm install then npm run dev
  3. Make your changes
  4. Connect to Netlify manually (the netlify.toml file is the one you'll need to make sure stays intact to make sure the export is done and pointed to the right stuff)

Running the application

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

There are fallbacks in place if not, but if you would like to set up your own characters in the story, you'll need to set up your own Hasura database!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].