Git Product home page Git Product logo

codesven's Introduction

CodeSven

Software Tools in Javascript

[CodeSven Link][CodeSven] [CodeSven]: https://radiant-sea-1408.herokuapp.com/

Minimum Viable Product

CodeSven is a tool to play around with Javascript in the browser. It is inspired by Repl.it / CodePen

CodeSven allows users to:

  • Create and read javascript snippets
  • Execute these javascript snippets in the browser
  • Create an account
  • Log in and log out
  • Sign up or log in to save, edit and delete snippets

Design Docs

Implementation Timeline

Phase 1: User Authentication, User and Snippet Model (1.5 days)

I will start out with User Authentication. Snippets will first be modeled as plain text blocks that users can later create. Users can watch the snippets of other users.

Details

Phase 2: Flux and Snippet CRUD (2 days)

Users must be able to create Snippets right away, but not be allowed to save them unless they are signed in. I will build a dummy button for the snippet (to show the snippet in an alert message for now). Later on, this button will execute the snippet as javascript in a separate window in the browser

Details

Phase 3: Javascript execution in the browser (3 days)

A user should be able to hit a 'run' button below their snippet, and as a result the javascript evaluation of the snippet should be displayed at a second window in the screen, much like Repl.it. This is the more unique part of my app, and an important part, and I want to make sure to make this work as well as possible.

I already have a basic version working, using the MochiKit Library.

Details

Phase 4: Syntax Highlighting (1 day)

Using something like CodeMirror or Highlight, I would like to give the user input some JavaScript syntax highlighting. If possible I will add indentation as well.

Details

Phase 5: Styling (1.5 days)

In the last days I want to make sure the app looks great. If there is time left, I want to add a 'like' feature, so that users can like the snippets of other users.

Details

Extras

If time allows, I want to add the following to CodeSven:

  • Users like other users their Snippets
  • Users can tag their snippets during save (and later on)
  • Add an HTML editor that combines with the JS
  • Add a CSS editor that combines with JS and HTML
  • Add a fork functionality, so that users can fork their snippets and add to the code

codesven's People

Watchers

James Cloos avatar  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.