GithubHelp home page GithubHelp logo

timeline's Introduction

Timeline

By Jake W & Seb G

A simple react-based project-manager.

Seb Tutorial

Programs to install

  1. First install git - this allows to access our source code and make edits without breaking everyone elses code.
  2. Then install VSCode - this is a simple code editor, it has a lot of support for everything.
  3. Install the NodeJS - this is serverside javascript, it runs our code and also installs Node Package Manager - this manages packages that we use, this is essentially JavaScript libraries which help us do things - an example is MaterialUI

Setting up Git and downloading the project

  1. Follow this tutorial to make an ssh-key to connect to the repository, make sure to complete it all within the git bash not the normal command line
  2. Using the command line, go to where you want to store the project, do this by the following: cd - the cd command opens a folder mkdir - this creates a folder I'd recommend the documents folders, you don't need to create a folder for the specific project, just the projects folder itself
  3. Now clone the repo doing the following:
    • Navigate to the timeline repo
    • Click clone and change from https to ssh
    • Copy the url into your git bash, making sure you're in your projects folder
  4. After cloning now cd into the directory and write the command git status to make sure you're code has downloaded
  5. Now open VSCode and add a project folder of timeline

Setting up VSCode

Go to the extensions tab and download the following

  • Debugger for Chrome
  • ESLint
  • GitLens - Git Supercharged
  • vscode-icons

Standing up project folder

  1. Open NodeJs command line
  2. CD into your timeline directory
  3. Enter the following commands
    • npm install This installs all the third-party packages we've used
    • npm run This starts the build server and you should see the website pop up now
    • Press ctrl + c to stop the server

Now learn!

Now you need to learn HTML, CSS, JavaScript and React:

  1. First HTML - Super simple tagging system that shows you the basics of how all website are made!
  2. Second CSS - Cascading Style Sheets, this is how we design the looks of our websites.
  3. Third JavaScript - Start with the introduction, then start dabbling in seeing if you can understand how my code works. Other good courses EloquentJS and JavaScript30
  4. You also need to learn GIT!

timeline's People

Contributors

jakenotjay avatar sgher 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.