DivyaGaurav21 / Todo-App-API

hey ! here i fetch API and display a todos on UI , and performin CRUD operation of Api Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo-App-API

hey ! here i fetch API and display a todos on UI , and performing CRUD operation of Api Data

if you are intrested in this project --> see the deployed github-pages link-> https://divyagaurav21.github.io/Todo-App-API/

Install

Follow the following steps to get development environment running.

Clone 'react-e-commerce-website.git' repository from GitHub

git clone https://github.com/DivyaGaurav21/Todo-App-API.git

OR USING SSH git@github.com:DivyaGaurav21/Todo-App-API.git Install node modules

npm install Starting front-end servers Build application npm start

folder structure of my project my-app ├── node_modules ├── package.json ├── .gitignore ├── public │ ├── favicon.ico │ ├── index.html │ └── src ├── App.css ├── App.js ├── index.js ├── logo.svg └── Component | |____TodoContainer.js |____TodoContainer.css |____toDos | |____AddTaskForm.js |____ToDo.js |____UpdateForm.js

          What Include ?
          1__a responsive Interface
          2__Fake-Json-server is used For Api Call Testing
          3__CRUD operation over DATA

About

hey ! here i fetch API and display a todos on UI , and performin CRUD operation of Api Data


Languages

Language:JavaScript 76.1%Language:CSS 15.4%Language:HTML 8.5%