Giter VIP home page Giter VIP logo

keepup's Introduction

Amol's GitHub stats Amol's GitHub stats

My Langs & Tools

  • I am Working with

    My Skills

  • Tools I used

    My Skills

  • What i know Tiniest bit

    My Skills

keepup's People

Contributors

amolkumargupta avatar itstherampage avatar rastereo avatar

Stargazers

 avatar  avatar

Watchers

 avatar

keepup's Issues

[FEAT] Export as Json

Export all data as a JSON in export page

Additional context (Optional)
Just dump all the data from localstorage that has KUP_ prefix as a file.

Button on export page: "Show raw data to console"

[FEAT] Delete Track

Add Ability to delete track on the edit page

Currently Edit page need to be added

[FEAT] Options Page

Need a page (using react router) to show options by click the setting like button in the top right of the window.

[FEAT] Calendar View

On the main page, Want a Calender View to see tracks of different dates also,

  • Calender view will be open by clicking the date on the top right corner of the site.
  • On click, it will change the current date in state to show the track of that date.

Are you willing to implement that feature?

  • Yes
  • No

[FEAT] Meta for social medias

Add metas

  <!-- Facebook Meta Tags -->
  <meta property="og:url" content="https://amolkumargupta.github.io/keepup/">
  <meta property="og:type" content="website">
  <meta property="og:title" content="Keepup">
  <meta property="og:description" content="Keepup - Habit Tracker Progressive Web App">
  <meta property="og:image" content="">

  <!-- Twitter Meta Tags -->
  <meta name="twitter:card" content="summary_large_image">
  <meta property="twitter:domain" content="amolkumargupta.github.io">
  <meta property="twitter:url" content="https://amolkumargupta.github.io/keepup/">
  <meta name="twitter:title" content="Keepup">
  <meta name="twitter:description" content="Keepup - Habit Tracker Progressive Web App">
  <meta name="twitter:image" content="">

[BUG] Can collide with other key of localstorage

I was checking the localstorage and i found out that it also has some other key from notepen website .
So we need to prefix all keys of localstorage with KUP

Use ENV to make it highly customizable.

Better to create a function prefix that take the key and give back with the prefix.

some_key -> prefix() -> KUP_some_key

[FEAT] Edit Tracks

Describe the solution you'd like
Add edit functionality on double clicking the track

Additional context (Optional)
Try to use TrackForm component

[FEAT] Add shortcuts

I want shortcut like github g+i
mousetrap is a well suited package for this task.

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.