supershaneski / react-crud-app

A simple Todo app that serves as the React layer to demonstrate a MERN stack

Repository from Github https://github.comsupershaneski/react-crud-appRepository from Github https://github.comsupershaneski/react-crud-app

react-crud-app

This project was bootstrapped with Next.JS.

Description

This is part of the series of exercises to demonstrate MERN stack.

This is a just simple Todo app.
It consumes the API service of the CRUD server.

screenshot

Please run the express-mongodb application server first.

Installation

Clone repository and run

npm install

Run

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.

About

A simple Todo app that serves as the React layer to demonstrate a MERN stack


Languages

Language:JavaScript 99.6%Language:CSS 0.4%