Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.02 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.02 KB

A FullStack Todo List

This project is a ToDo List where I could put some back-end knowledge in practice.

Tools used in this project:

  • ReactJS
  • Styled Components
  • Axios
  • NodeJS
  • MongoDB

How to run?

  • First you need to install all dependecies, just run the commands below inside the respectives folders.
  • Backend Folder
$ npm install
$ npm run src/index.js
  • Frontend Folder
$ yarn install
$ yarn start

CRUD

  • In this project I implemented a CRUD
  • To Edit, just click in the card and write a new text, it will save when you click out of the card.

Images

01 02 03 04