Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/destructo570/kanban-board-mern-stack

A minimal kanban board web app made with MERN stack. Manage all your projects and tasks at one place.
https://github.com/destructo570/kanban-board-mern-stack

axios bcryptjs emotionjs expressjs html5 jwt-authentication mongodb mongoose nodejs react react-router-v6 redux redux-toolkit styled-components

Last synced: about 7 hours ago
JSON representation

A minimal kanban board web app made with MERN stack. Manage all your projects and tasks at one place.

Awesome Lists containing this project

README

        

# πŸ“‹ Kanban Board MERN Stack Web App

A minimal kanban board web app made with MERN stack. Manage all your projects and tasks at one place.

Purpose of this project was to get more practice with MERN stack, creating a RESTFUL Api and backend with ExpressJs. Working with mongodb
to add CRUD functionalities to the application, and adding user authentication with JsonWebToken.

This repo contains the frontend of the app. Backend repo is [here.](https://github.com/destructo570/kanban-board-backend-rest-api)

### [πŸš€ View Demo](https://digital-kanban-board-react.vercel.app/home)

### πŸ§ͺ Features

- Create new boards, lists and card.
- Easily edit your boards, lists and cards.
- Responsive and minimal interface.
- User authentication using JWT.
- RESTFUL Api to interact with the server.
- Dark/Light theme.
- Password salting.
- Server side validation for data.

🌈Screenshots



![alt text](https://imgur.com/WNHdOFY.png)
![alt text](https://imgur.com/z5GvyXL.png)
![alt text](https://imgur.com/XUYG21E.png)
![alt text](https://imgur.com/tqsljl2.png)

### πŸ‘¨β€πŸŽ“ Tech Stack
- ReactJS
- Redux state management
- NodeJS
- ExpressJs framework
- MongoDB
- Mongoose
- React Router v6
- BcryptJs
- JsonWebToken
- Emotion (Styled Component)
- Axios to handle HTTP requests
- Helmetg HTTP headers
- HTML, CSS, JSX