mbilgil / TodoApp

React Functional Component with Todo List App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preview

Preview

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

Clone or download the project. 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.

Copyright and License

Copyright 2020 Mehmet Bilgil. Code released under the MIT license.

About

React Functional Component with Todo List App


Languages

Language:JavaScript 79.5%Language:CSS 14.4%Language:HTML 6.1%