adriantoddross / nextjs-toy-yoga-poses

Review yoga poses with the click of a button.

Home Page:https://yoga-poses-adriantoddross.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yoga Poses

This app shows random yoga poses that can be done while taking breaks from sedentary work.

The purpose of this project is to:

  • Practice scoping tasks and estimating how long tasks will take
  • Practice communicating and mitigating risks when tasks are taking longer than estimated
  • Demonstrate an understanding of how to setup a new codebase quickly
  • Demonstrate understanding of building applications using Jamstack architecture
  • Demonstrate an level 1-2 understanding of React in accordance with thoughtbot's developer expectations.

Development

This project was bootstraped with create-next-app using the with-typescript-graphql template from the Next.js examples repo.

This project uses yarn for package management. Use yarn install to install all dependencies for the project. Start the development server with yarn dev.

Architecture

  • Next.js
  • GraphQL
  • Tailwind CSS

About

Review yoga poses with the click of a button.

https://yoga-poses-adriantoddross.vercel.app

License:MIT License


Languages

Language:TypeScript 97.2%Language:JavaScript 2.7%Language:CSS 0.1%