GithubHelp home page GithubHelp logo

bergerapi / typo.io Goto Github PK

View Code? Open in Web Editor NEW
8.0 1.0 1.0 542 KB

A simple Web-App to practise your Type-Skills ๐Ÿ˜๐Ÿคฏ

Home Page: https://typo-io.vercel.app/

HTML 7.32% CSS 9.61% JavaScript 5.68% Svelte 77.39%
type-tester type-test type-service type-app type-application typingtest

typo.io's Introduction

WARNING! This Project is no longer maintained!

This is a simple type education app made for learning some Next.js and React.js

Warning

The purpose of this little project is not to compete with other typing platforms, just to teach myself, a little Next.js. For this reason it would be nice not to judge me for the code. As I said before, I'm still learning.

Contributing

The first and only step to set up the project, after you cloned it, is to create a firebase app and link it to the projects. To do this just go to Firebase and create a new project, that you call for example typo-io-contributing. After that you create a web app inside the firebase project and copy the api information. And to finaly setup the project, create a next.config.js in the project root directory with following content:

module.exports = {
    env: {
        NEXT_PUBLIC_API_KEY: "your-api-key",
        NEXT_PUBLIC_AUTH_DOMAIN: "your-auth-domain",
        NEXT_PUBLIC_PROJECT_ID: "your-project-id",
        NEXT_PUBLIC_STORAGE_BUCKET: "your-storage-bucket",

        NEXT_PUBLIC_MESSAGE_SENDER_ID: "your-message-sender-id",
        NEXT_PUBLIC_APP_ID: "your-app-id",
    }
}

Now you are ready to contribute.

typo.io's People

Contributors

bergerapi avatar peu77 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

vaimalaviya1233

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.