Skip to content

A Simple Todo Application Made in React JS in TypeScript and Backend in Written in Nodejs and Mongodb

License

Notifications You must be signed in to change notification settings

kabirjaipal/todo-app-in-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

A Simple Todo Application Made in React JS in TypeScript and Backend in Written in Nodejs and Mongodb

How to Use

first of all download the code and then open terminal in folder then cd client and then npm install and then again type cd .. to go back in dir and then type cd server and then type npm install to install dependecies now close terminal and open two terminal in Todos app directory for clien and server folder then to run client type npm run dev and to run Backend type npm start

Technologies use to create this todo app

  • React JS
  • Express JS
  • TypeScript
  • MongoDB
  • Axios
  • Cors
  • Vite JS
  • etc

Environment Variables

To run backend , you will need to add the following environment variables to your .env file

MONGO_URL

PORT