Skip to content

rotem-bendavid/TO-DO-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

TO-DO List Client/Server App

Demo: https://user-images.githubusercontent.com/102758894/179929080-aade29c9-2ea9-48b4-94a4-1738fc978300.mp4

Running the app:

  1. Run Server side by running [node server.js]
  2. Run Client side by running [npm start] in ./client/src

Client side:

  1. Using JS, React, Redux.
  2. Item_Client is calling servers API.

Server Side:

  1. Using Node.JS, Express.JS Framework.
  2. Load, Add, Update, Delete TO-DO's from DB using Sequelize.
  3. If user add a number, Calls Pokemon-API (https://pokeapi.co/) and catch the right Pokemon.

(Note - Meanwhile, I'm working on add Tests [unit, integration] to app)

About

TO-DO List Client/Server app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published