Skip to content

sgarcia-dev/just-jotit-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just Jotit

An sample React/Redux note keeping application built to serve as an example of how a fully functioning app would work. Based on my original FullStack app built with Node/Express/Mongo/jQuery, Just-Jotit. Since there is no back-end yet, you it uses a fake API to simulate calls, but it has a fully functional async actions, and even JWT authentication. You can find a live version of it here.

How to download and run

  1. Clone the project. Run npm install to make sure all dependencies inside package.json are installed.
  2. Run any of the available NPM scripts inside package.json via npm run <script_name>. Example: npm run start.

About

A React/Redux blogging app that supports authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published