An open API service indexing awesome lists of open source software.

https://github.com/foxching/mern-todo

Todo app built in MERN stack
https://github.com/foxching/mern-todo

mern-stack nodejs reactjs

Last synced: about 2 months ago
JSON representation

Todo app built in MERN stack

Awesome Lists containing this project

README

          

# MERN TODO

A simple Todo App based on MERN Stack

## Screenshot

![dark theme](https://user-images.githubusercontent.com/41753498/93867639-e9ef8200-fcfb-11ea-944f-68f044d9a5c9.png)

## Tech stack

### Backend
* NodeJS
* Express
* MongoDB with mongoose
* bcryptjs for hashing password
* concurrently

### Frontend
* ReactJS
* Redux
* Reactstrap/ Bootstrap
* ReactTransition
* axios

## Installation

Install all the dependencies

```sh
$ npm install
```

```sh
$ npm start
```

### Notice
This project is still under development. some features are not yet fully completed..Feel free to contribute!

## License
MIT