Coder Social home page Coder Social logo

todo's Introduction

TODO

This is a test in ReactJS to create a TODO tracker in a browser.

You can create lists of tasks to be worked on, move them the processing list and the done list once finished. There is a special list called On-Hold to place some tasks you started work on and have to wait on something to happen to continue work on it.

This was primarily a test so a lot of functionality is missing. Especially, you can't save anything. It's still a neat little tool for daily task tracking.

INSTALLATION

The repository does not include all the necessary code to run. You will have to run npm install to get all the files. Here are the steps:

git clone https://github.com/AlexisWilke/todo.git todo
cd todo
npm install
npm start

I suppose you will look somewhere else on how to install npm and node. I run node version 10.11.0 and npm 6.4.1. If you have older or more recent versions, things may not go as smoothly as expected.

I actually had many problems with my older version of npm. So please make sure to upgrade it. It shouldn't hurt to have a newer version.

# Check version
npm --version

# Get latest
npm install -g npm@latest

todo's People

Contributors

alexiswilke 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.