Skip to content

joao-amaral99/fullstack-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published