An open API service indexing awesome lists of open source software.

https://github.com/nirnejak/todolist

A To-Do List App built using React.js, React-Router, Axios and Milligram
https://github.com/nirnejak/todolist

axios milligram-css react react-router

Last synced: about 2 months ago
JSON representation

A To-Do List App built using React.js, React-Router, Axios and Milligram

Awesome Lists containing this project

README

        

# To-Do List App
A Simple To-Do List app built with React.js

### Version
1.0.0

### Built Using
- React.js
- React-Router
- Axios
- Milligram

## Usage

### Clone
Clone the Project

```sh
$ git clone https://github.com/JitendraNirnejak/todolist.git
$ cd todolist
```

### Installation

Install the dependencies

```sh
$ npm install
```

### Run

This will run your dev server at http://localhost:3000

```sh
$ npm start
```