Simple Todo List with React in client side and Express in server side
Requirements
> git clone https://github.com/fawwaz37/mern-todo.git
> cd mern-todoUse code . to open file in VS Code
> code .Change .env.example to .env and paste your connection string (Mongodb)
// ex Mongodb Atlas : mongodb+srv:/xxx
mongoDB=You can see in repo nodejs-restapi
Split your Terminal, Then
> cd client
> npm installand
> cd server
> npm installnpm start for both
> npm startThen Browse http://localhost:3000 You will see the Homepage.

