This project was bootstrapped with Next.JS.
This is part of the series of exercises to demonstrate MERN stack.
- Server: express-mysql (mySQL version)
- Server: express-mongodb
- Client: react-crud-app (this repository)
This is a just simple Todo app.
It consumes the API service of the CRUD server.
Please run the express-mongodb application server first.
Clone repository and run
npm install
Runs the app in the development mode
npm run dev
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
