bricard-dev / todo-list

Simple todo list app created in JavaScript, HTML and CSS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo List

GitHub Repo stars GitHub forks GitHub issues GitHub tag (latest by date)

Simple todo list app created in JavaScript, HTML and CSS.

Table of Contents

General Information

Demo

This project is inspired by a chapter of the React course created by Dyma. It aims to improve my skills on the javascript framework React and its many specificities.

Technologies

  • HTML
  • CSS
  • JavaScript
  • React

Getting started

Prerequisites

To run this project, make sure that you have installed all of the following prerequisites on your development machine :

  • Git (to clone the project)
  • Node.js 0.10+
  • npm Node package management (normally comes with Node.js)

Installation

  1. Clone this repository
$ git clone https://github.com/bricard-dev/todo-list
  1. Go into the repository
$ cd todo-list
  1. Install dependencies
$ npm install
  1. Run the app
$ npm start
  1. Go to localhost:3000 to see your todo list

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Github @bricard-dev · Website bastienricard.com · Email bastien.ricard-dev@outlook.com

Acknowledgments

About

Simple todo list app created in JavaScript, HTML and CSS.

License:MIT License


Languages

Language:JavaScript 70.1%Language:SCSS 16.6%Language:HTML 13.4%