Giter Club home page Giter Club logo

mysudokuapp-frontend's Introduction

*Frontend of mySudokuapp built with vanilla Javascript, HTML and CSS

*Link to mySudoku game App demo video on youtube demo video

mySudokuApp

A JavaScript application. User can play a timed Sudoku game

🧭Explore: Demo || Deployed App on Heroku || Backend

Features

  • Play Game
  • Timer
  • Reset Game
  • Submit Game
  • Refresh to Select a different Game

Tech Stack

This web app is built with the following:

Backend

  • Ruby [2.6.1]
  • Rails [~> 6.0.2] - MVC web framework used as an API
  • Active Model Serializers [~> 0.10.0] - Serializing API routes to JSON
  • PostgreSQL [>= 0.18, < 2.0] - Database

Front End

  • Vanilla JavaScript [ES6]
  • Custom CSS3 styling

Installing

Backend Installation:

  • Clone backend repo to your local machine git clone <backend-repo-url>
  • run bundle install to install required dependencies
  • run rails db:create to create a database locally.
  • run rails db:migrate to create tables into the database.
  • run rails db:seed to create seed data.
  • run rails s to run the server.

Frontend Installation:

  • Clone this repo to your local machine git clone <this-repo-url>
  • Ensure mySudokuApp-backend is running locally on http://localhost:3000/
  • run open index.html

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.