Skip to content

React Board is a web-based, list-making application written in React.JS

Notifications You must be signed in to change notification settings

x4lva/react-node-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Board

React Board is a web-based, list-making application written in React.JS|Node.JS
Application use WebSockets for async using.

Video Presentation

Tech

App uses a number of open source projects to work properly:

Installation

  1. The server use Node.JS, so you need to install Node.JS
  2. The server is written in Node.JS v14+, so you need to install Node.JS
  3. Create new database in MongoDB
  4. Clone repository in your directory
git clone https://github.com/x4lva/react-node-todo
cd react-node-todo
  1. Install the dependencies and devDependencies and start the application
npm i
npm run start

Screenshots

Main Page Main Page Board Page Board Page