Giter Club home page Giter Club logo

todo-react's Introduction

ToDO Application

Tech stack : React, TypeScript and Parcel(Bundler)

To run this application, follow the below steps

  1. clone the frontend git repository from https://github.com/saikumarpb/todo-react

  2. clone the backend git repository from https://github.com/saikumarpb/spring-boot-todo-backend

  3. Instructions to setup backend repository are mentioned in the Readme.md file in the backend repo itself. Follow the instructions and complete the backend setup successfully.

  4. After completing backend setup, add the backend url in .env file of this repository.

  5. open terminal and execute the below commands

    1. npm install this installs all the packages required to run the application.
    2. npm start this will build and deploy application on a live server in your local machine. server url would be http://localhost:1234 if port 1234 not occupied on your machine.
  6. Now the todo application is live and can be tested.

Packages used
  1. react and react-dom
  2. typescript the language itself
  3. parcel for bundling,development server, traspiling (uses babel as transitive dependency), creating builds for production.
  4. axios for interacting with backend using API's.
Note: project is built from scratch using npm,parcel unlike conventional way of initializing a react application 
using create-react-app which would come with plenty of functionality out of the box. 
this project uses required packages only. resembles lightweight customized version of create-react-app

Features

  • Create a todo/task with description.
  • Edit/Update a pending todo/task.
  • Mark a todo for completion.
  • Delete a completed/Pending task.
  • UI contains 3 sections Add/Edit Todo, Todo list, Completed Task list.

UI as per wireframe shared

todo-react's People

Contributors

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