Skip to content

ThatoK97/crud_sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CRUD_SYS is a simple todo app

Do the following to use the application in your local machine:

Use these to install the dependencies:

Client:

npm i @chakra-ui/react @emotion/react @emotion/styled framer-motion npm i react-icons

Server:

npm i express npm install cors npm install bodyparser npm install node-fetch

Remember to install both React library as well using - npx install create-react-app app-name

then jump into your subdirectory: cd app-name and run npm start

Run npm start on crud_client and separately on crud_sys dir

About

Simple todo app using react.js and express.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published