ahmetmujde / react-todo-app

React todoapp with AJAX Request

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-todo-app

How to run

# Clone this repository
$ git clone https://github.com/korayguler/react-todo-app

# Go into the repository
$ cd react-todo-app


# Install dependencies
$ npm install

# Start the react
$ npm start

# start the json-server
$ npm run server

# Build
$ npm run build

Tech Stack

  • react
  • json-server

Prerequisite

  • node
  • npm

About

React todoapp with AJAX Request

License:MIT License


Languages

Language:JavaScript 62.6%Language:HTML 25.6%Language:CSS 11.7%