Giter Club home page Giter Club logo

idea-generator's Introduction

Idea Generator

This Idea Generator app fetches bookmarks from your collection on raindrops.io and creates an idea generator from them.

Requirements

You will need to add a .env file with your oAuth token in the root of the project. Use the OAUTH_TOKEN variable like so:

OAUTH_TOKEN=YOUR-TOKEN-HERE

See Raindrop.io's API documentation for more details.

Installation

Clone or download this repository using your favorite method (Command Line, GUI such as Tower, etc)

Change directory to this repository on your computer (path may be different depending on where the repository is located):

cd idea-generator

Run npm install to install development dependencies, then see Usage below.

Usage

  • npm run start: Start development. Opens a new window in your favorite browser which will refresh when you change your code. Edit your code in the src folder.
  • npm run lint: Run all linters on your code.
  • npm run fix: Run all linters on your code, and attempt to automatically fix issues in JS and Sass/CSS.
  • npm run lint:html: Lint your HTML for possible formatting and coding standards errors using HTML Validate.
  • npm run lint:styles: Lint your Sass/CSS styles for possible formatting and coding standards errors using Stylelint.
  • npm run lint:js: Lint your JavaScript for possible formatting and coding standards errors using ESLint.
  • npm run build: Create a production-ready build of your code to the dist folder.
  • npm run deploy: Builds and deploys your code to Github Pages.

Features

  • Modern Technologies: Full support for HTML5, JavaScript (Vanilla and ES6) and CSS (Sass and PostCSS)
  • Built-in Server: Local development server with hot reloading
  • Performance Tuning: CSS and JavaScript transpilation, bundling, autoprefixing, and minification
  • Image Optimization: Optimizes images for loading speed
  • Favicon Generation: Automatically generates all favicons for Web, Apple and Android devices from one image file
  • Code Linting: Full support for JavaScript (ESLint) and CSS (StyleLint) linting
  • Sitemap & Robots.txt Generation: Automatically generates a sitemap.xml and robots.txt files
  • Cutting Edge: Uses Webpack for processing and bundling your code
  • Deployment: Built-in support for deploying dist to the gh-pages branch. Serve your site right on Github Pages!

Browser Support

  • Chrome (latest 2)
  • Edge (latest 2)
  • Firefox (latest 2)
  • Internet Explorer 9+
  • Opera (latest 2)
  • Safari (latest 2)

License

The code is available under the MIT license.

idea-generator's People

Contributors

ashleykolodziej avatar

Stargazers

Roman avatar

Watchers

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