Skip to content

DevonAM/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

todo-app

This is an app that allows a user to add/remove or mark done, items on a to-do list. A full stack app with CRUD functionality.

Frontend Technologies

  • React.js
  • HTML
  • CSS

Backend Technologies

  • MySQL
  • Node.js
  • Sequalize
  • Express
Here is an image of the server and client running from my local machine.

Image of Yaktocat

Installation

In each folder type

npm install

In the client folder type:

npm install boostrap react-router-dom axios

In the Server folder type:

npm install express sequelize mysql2 body-parser cors --save

Have a MySQL server running with a database named

todoapp

About

A full stack app with CRUD functionality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages