Git Product home page Git Product logo

dev-jot's Introduction

dev-jot (default version) - https://dev-jot.netlify.app

dev-jot is a note-taking app for online developer tutorials. The project is an MVP and has been created to help aspiring front-end developers as part of thefrontendcoach support system.

There are two versions of the app:

  1. Default, Vanilla version: https://dev-jot.netlify.app
  2. React version: https://dev-jot-react.netlify.app

Please join our Discord community discord.gg/YMsd9sgZ4f

Project Purpose

For those who are self-teaching, it's really easy to find yourself stuck in 'tutorial-land' or 'tutorial-hell'. For many newbie coders, it's difficult to bridge the gap between what you are learning from tutorials and acquiring the skills you need to become an employable developer.

Your ultimate goal is to replicate what youโ€™d actually do in a real development job as closely as possible. Contributing to open source is a fantastic way to do this. Making open source contributions will require you to have been exposed to a few important concepts, practices, and transferable skills:

  • Version control
  • Working with tickets & issues
  • Working with other developers
  • Creating pull requests
  • Experiencing a code review process
  • Setting up a local development environment
  • Contributing code to a pre-existing codebase

The General Idea

This project acts as a friendly entry point into the open source world. Making your first open source contribution can be a daunting prospect that puts off a lot of aspiring developers.

The primary goal of this project is to create a welcoming and friendly environment to foster learning, to feel safe making mistakes, and to receive feedback and guidance whilst working with other developers.

The direction of the project will be led by those who contribute. There is scope to add a large variety of features and also to rebuild the app with different technologies.

Current State

This is a no-thrills CRUD application. Lesson notes are currently stored in the browser's local storage. The purpose of the app is to enable those who are self-teaching to create a simple, clean store for all of their tutorial and lesson notes.

There are two versions of the app. The main, default version is located within the app-main directory. This default version of the app is purely HTML, CSS and Vanilla JavaScript so there are learning opportunities for contributors to work with the fundamentals.

The second version is built using React and is located within the app-react directory. This provides an opportunity for contributors who are looking to work with a front-end framework to get their hands dirty.

Before contributing I highly recommend you play around with the live version and actually use it for some basic note-taking. What sucks about it? What could be improved? Have you spotted any bugs?

The direction of the project will be determined by those who contribute. If you have some cool ideas for new features big or small then great! Just create an issue for discussion before doing so ๐Ÿ˜Š

Project Set-Up

The easiest and quickest way to get the default project up and running locally is to clone the repo:

git clone https://github.com/jrobind/dev-jot.git

Make sure you're in the app-main directory

cd app-main

Now install packages with NPM

npm i

Because the default project version uses JavaScript modules, you may encounter CORS errors if you try to access files on your local filesystem with JavaScript. I'd recommend using VS Code as your IDE and I'd also recommend installing the VS Code Live Server extension.

The live project is served from /app-main/public so you will need to point Live Server here too. To do this:

  1. Access the Live Extension settings in VS code by clicking the cog icon and selecting 'Extension Settings'

Live Server extension

  1. Click 'Edit in settings.json'

Edit settings in json - Live Server

  1. Set the root to: "liveServer.settings.root": "/app-main/public"

Now you can run the project using the live server extension by right-clicking index.html and selecting 'Open with Live Server'.

If you are unsure, please take a look at the documentation.

The Code

HTML, CSS, and JavaScript currently live within the /app-main/public directory. The main JavaScript is located within index.js.

Contributing

Please check out CONTRIBUTING.md for more information regarding how to contribute.

dev-jot's People

Contributors

adncodez avatar akosbalasko avatar blargian avatar brianbui012 avatar buigabor avatar ceelo777 avatar chilupa avatar edxmo avatar ehowden avatar furkanmutlu avatar gaddscientist avatar groggilsoft avatar iyerm2000 avatar jmiccolo avatar jrobind avatar jwright707 avatar lkruger93 avatar louiscarnell avatar lucievr avatar mamadou-diallo avatar marcinwmichna avatar medhavibasera avatar mljbrackett avatar msoup avatar nimiakinleye avatar serjeel-ranjan-911 avatar seunggyupark avatar ttury avatar vipin24bohra 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.