Git Product home page Git Product logo

skatenote's Introduction

SkateNote

Skaters' notebook to track skate trick progressions.

Frontend: React

Backend: Django

  1. Your can find your next skate trick to learn from our skate trick library.

  2. Once you have decided on a trick to practice you can add it to your "Practice" list. You can practice as many tricks as you like at the same time.

  3. After you went out and had an awesome skate session, record your session by completing the info like: duration, summary, note... You can even enter a video link of your skate session!

Have fun with this app, skaters! Go out and shread!

Setup guide

To use python in a virtual environment pipenv shell, run pipenv shell.

To run Django server, at โ€œ/skatenote/โ€œ, run python manage.py run server

To run NPM dev server, at root, run npm run dev

To create database migrations, run python manage.py makemigrations

To migrate the database, run python manage.py migrate

Trick library is stored in a JSON file. To load the data from ./data/tricks.json, run python manage.py loaddata tricks.json

Frontend

React application with redux webpack babel dependencies

    "axios": "^0.21.1",
    "prop-types": "^15.7.2",
    "react": "^17.0.2",
    "react-alert": "^7.0.2",
    "react-alert-template-basic": "^1.0.0",
    "react-dom": "^17.0.2",
    "react-redux": "^7.2.3",
    "react-router-dom": "^5.2.0",
    "react-transition-group": "^4.4.1",
    "redux": "^4.0.5",
    "redux-devtools-extension": "^2.13.9",
    "redux-thunk": "^2.3.0"

Backend

Django application, with Django REST framework. User authentication: knox Database: SQLite Python: python_version = "3.8"

django = "*"
djangorestframework = "*"
django-rest-knox = "*"

Screenshots

Home page

Home1 Authenticated home page Home2

User authentication

Login Register

Trick Library

Tricks Trick Detail

Practice

Practice1 Practice2 Practice3

Session

Session1 Session2 Session3

skatenote's People

Contributors

seanzheng21 avatar

Watchers

 avatar

Forkers

nipskateboards

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.