Coder Social home page Coder Social logo

challenge_accepted's Introduction

challenge accepted

Task manager in the form of challenges

  • to contribute code, clone repo and checkout develop.
  • branch off of develop, and name your branch whatever for now.
  • when you're happy with your changes, create a PR of your banch to develop.
  • when your code is merged. owner will decide when to get develop merged to main for production release.

Repo Structure

The /ui folder is where the UI/UX of the application live, using expo/react-native There will be another folder server or api not sure yet.

challenge_accepted's People

Contributors

nomasgrim avatar

Stargazers

 avatar

Watchers

 avatar

challenge_accepted's Issues

Spacing, Coloring, Theme across App

need to keep in consideration both light / dark themes.

  • InputText dark theme: border and text value are black. hard to see.new
  • Button dark theme: border is black
  • Icon & typography not vertically aligned with each other
  • Radio & Typography not vertically aligned with each other
  • create flexible style to allow listing of days to show in rows of 7 items
  • update logo
  • remove content unnecessary to app, don't need place holder content anymore

Challenge View

  • Add challenge name & days to global store
  • Challenge view:
    • read from global store, list number of days sequentially
    • ideally in rows of 7

Bug: task state id

using the length of tasks to provide task id causes issues, when it comes to removing a task.

example

0, 1, 2 and I delete item with id 1. task left are 0,2. next task id that is made will end up being a duplicated.

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.