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
- Host: GitHub
- URL: https://github.com/foxching/mern-todo
- Owner: foxching
- Created: 2020-05-12T23:14:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T17:49:49.000Z (about 3 years ago)
- Last Synced: 2025-03-12T22:15:34.237Z (about 1 year ago)
- Topics: mern-stack, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 548 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MERN TODO
A simple Todo App based on MERN Stack
## Screenshot

## 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