Skip to content

mickjeon/fortune_teller_website

 
 

Repository files navigation

Tarot, but Game

The CSS Crusaders (Team 17)
CSS Crusaders Mascot

Tarot, but Game (link to web version of the project)

JSDocumentation

Our Team Page | Our Team Video

Private video

Public video

Project Overview

last commit in main open issues open pull requests license

Welcome to Tarot, but Game repository! Tarot, but Game introduces a gameplay experience to getting tarot card fortunes!

Our team created a Tarot card fortune telling web application that improves the user experience by making it more fun and interesting. You will be able to go on a journey where you can learn about tarot cards, choose your character and meet a tarot fortune teller who will reveal your fortune. Here, you will be able to find our source code in ./source/ and documentations throughout our repository. The overview of documentation locations are listed below.

Documentation Location

  • ADRs: ./specs/adrs
  • Team Meeting Notes: ./admin/meetings
  • Pitch Documents: ./specs/pitch
  • Brainstorming Documents ./specs/brainstrom
  • CI/CD Pipeline: ./.github/workflows and ./admin/cipipeline
  • Videos: ./admin/vidoes

How to Locally Build and Test

Clone the repo

# Clone repo
git clone git@github.com:CSE110-Team17/cse110-sp23-group17.git
# Change working directory
cd se110-sp23-group17

Install all dependencies

# If you don't have node, check https://nodejs.dev/en/learn/how-to-install-nodejs/ to install
# How to check if you have node installed (MacOS)
node -v
# If you have node, install dependencies. This action will create package.json and package-lock.json
npm install

Running Tests, JSDocs, ESLint

# Run Tests
npm run test

# Run JSDocs
npm run jsdoc

# Run ESLint
npm run lint 

Building the web application

Use Visual Studio Code Live Server extension. If you don't have it you can install it here

How to Contribute

If you have a feature you wish to add or changes you wish to make, we are accepting suggestions on our Feature Requests Form

License

license

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 47.7%
  • HTML 31.1%
  • CSS 21.2%