carolvasc / todo-react

A simple task management system. ReactJS && Redux && NodeJS && MongoDB. [finished - 2018]

Home Page:https://todo-react-cvs.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js-standard-style

todo react

This is one of those projects that every developer ends up doing with their first contact with a new language.

The todo react is a very simple application for creating and organizing tasks.

This was my first ReactJS project, and I made him in two versions, one with Redux and one without.

🚀 Demo

The deploy was made on Netlify and you can access in here https://todo-react-cvs.netlify.app/

PS: The first request (when creating the first task) will take a while to return an answer because the API will be in "hibernate" mode. The "hibernate" "mode happens because the API doesn't get a lot of constant access.

Technologies

  • HTML && CSS
  • ReactJS
  • Webpack
  • The state management Redux
  • Deployed on Netlify

Installation

Download NPM, Node and MongoDB.

Clone and configure the backend todo react API.

Clone this repo locally:

$ git clone https://github.com/carolvasc/todo-react.git

Install the dependencies:

$ npm install

Open your terminal and run the application:

$ npm run dev

If the whole process has gone well, the application will be available at localhost:8080.


Versão 1.0

About

A simple task management system. ReactJS && Redux && NodeJS && MongoDB. [finished - 2018]

https://todo-react-cvs.netlify.app


Languages

Language:JavaScript 92.9%Language:HTML 4.2%Language:CSS 2.8%