Skip to content

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

Notifications You must be signed in to change notification settings

DivyaGaurav21/Todo-App-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published