Giter VIP home page Giter VIP logo

dev-jot-notepad-app's Introduction

dev-jot is a note-taking app for everyone bulit using vanilla JS,Vanilla CSS and HTML

link : https://dev-jot.netlify.app

Project Purpose

learn

  • Version control
  • Creating pull requests
  • Experiencing a code review process
  • Setting up a local development environment
  • Contributing code to a pre-existing codebase

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

feel free to make changes

dev-jot-notepad-app's People

Contributors

xaheersays 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.