Skip to content

Nomad Coders - Javascript for beginners - A Momentum clone with vanilla Javascript.

License

Notifications You must be signed in to change notification settings

librity/nc_nomentum_gio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

About

A Momentum clone with vanilla Javascript.

I have since rebuilt this app with Next.JS and added more features:

Features

  • NO TRACKING EVER!!!
    • Serve roboto font
  • Clock
  • Greeting
    • Updates with time
  • Landscape background
    • Random landscape from unsplash
  • Tasks
    • Add task
    • Save tasks to local storage
    • Delete task
  • Weather
    • Current weather with icon
  • Search bar
    • DuckDuckGo

Getting Started

Prerequisites

  • node >= 14.0.0

Installation

  1. Clone this repo locally and install the required packages:
$ git clone https://github.com/librity/nc_js101.git
$ cd nc_js101
$ npm install
  1. Start a development server:
$ npm run dev
  1. Open http://localhost:3000 on your web browser.

Format

Format all source files with Prettier:

$ npm run format

License

This project is MIT licensed.

Packages

Docs

Resources

Javascript

Fetch Request

Quotes API

Backgrounds API

Weather API

CSS