Git Product home page Git Product logo

joelencinas / zadar Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 888 KB

๐Ÿฆ A social media app where you can share everything about the Temtem universe and check all the information about Temtem, including techniques' effectiveness, the types chart, and much more!

Home Page: https://zadar.onrender.com/

Python 37.36% CSS 4.29% JavaScript 0.71% HTML 57.64%
api bootstrap flask gunicorn jinja2 python3 temtem

zadar's Introduction

๐Ÿฆ Zadar

flask sqlite3 jinja bootstrap

A social media type page where you can share everything about the temtem universe, your opinions about the features of the game and discussions related to battle strategies.

Including information about every Temtem, their traits, techniques, and different stats, presented in a delightful UI.

Tools like the classic type chart, which lets you check your temtem weaknesses and strengths and a technique effectiveness calculator.

๐Ÿš€ Things I learned about

  • Flask

    • Creating a full-stack Flask application
    • User authentication
      • register, login and logout
      • logged user protected routes
      • session
      • before_app_request decorator for logged user
    • Routing
      • Using parameters & requests arguments
      • GET & POST requests
      • render_template & url_redirect
    • Blueprints
    • Error handling with flash
  • Jinja2

    • extends and includes
    • modular design of templates
    • control structures
  • SQL

    • Database creation/management
    • CRUD operations
  • Python

    • Data handling & using APIs
    • General syntax

๐Ÿ’ฟ Test the app locally

Install dependencies:

  • pip install -r requirements.txt

Create a virtual environment:

  • py -m venv env

Activate the virtual environment:

  • .\env\Scripts\activate

Init the database:

  • flask --app zadar init-db

Run the app:

  • flask --app zadar run --debug

Open http://localhost:5000 to view it in your browser.

๐Ÿ“ท App screenshots

demo demo demo demo demo demo demo demo demo demo demo demo demo demo demo

zadar's People

Contributors

joelencinas avatar

Watchers

 avatar

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.