GithubHelp home page GithubHelp logo

alianza / tricks Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.26 MB

This application allows skateboarders to be able to track what tricks they've learned and log them in their personal dashboard.

Home Page: https://tricks.jwvbremen.nl/

JavaScript 98.74% SCSS 1.26%
mongodb mongoose nextjs skateboarding

tricks's Introduction

Skateboard Tricks Tracker

This projects demonstrates using authentication and an external database for a highly interactive progressive web application. It is a full-stack Next.js project featuring multiple pages, an Api with middleware and multiple OAuth services to sign in with & persistent data in a NoSql database. The database is a headless MongoDB instance and the Mongoose is used for Object Data Modelling (ODM) and additional validations. For the front-end I used TailwindCSS and my own react-transition-scroll library for adding pleasant animations when elements are scrolled into the viewport.

This application allows skateboarders to be able to track what tricks they've learned and log them in their personal dashboard. The dashboard features multiple pages, forms to add new tricks, Dynamic tables with CRUD functionalities, and it is installable on the users device (Progressive Web Application). Tricks are organized per type. And the application features fast performance, a simple and easy to use user interface and smooth animations.

How to use

Install the dependencies

npm install

Copy the .env.local.example file in this directory to .env.local (which will be ignored by Git):

cp .env.local.example .env.local

Then set each variable on .env.local:

  • MONGODB_URI should be the MongoDB connection string. (MongoDB Guide)
  • Add your own OAuth credentials for Google, GitHub etc.

Run the development server

npm run dev

Open localhost:3000 with your browser to see the result.

tricks's People

Contributors

alianza avatar

Stargazers

 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.