sachinkulkarni91 / react-hook-todo-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get started with React Hooks

This is a demo repository for a React Todo application using only functional components and Hooks to manage state. View tutorial.

Getting Started

  1. Clone or download the project.
  2. To run the application, cd to the project directory and run the following commands:
$ npm install
$ npm start

Prerequisites

You will need the alpha build of React as this feature is still in alpha (as at the time of writing this article). You also need NPM and Node.js installed locally.

Built With

React - JavaScript framework.

About


Languages

Language:JavaScript 74.2%Language:HTML 13.1%Language:CSS 12.7%