Skip to content

rowanlittlefield/test-react-todomvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoMVC (REACT)

A JavaScript library for building user interfaces

Resources

Implementation

This app is a To-Do app where a user can create, destroy, and keep track of tasks that they need to accomplish. The app was implemented using the React framework with a Redux store for holding and updating the 'todo' state. The npm webpack module was used to bundle all of the relevant JavaScript files into a single script.

The app can be built after cloning/downloading this repository by running npm install followed by npm run webpack in the terminal in this project's directory. The first command will download all of the dependencies needed to build the app, while the second command should generate the bundle.js and bundle.js.map scripts used to run the app. Make sure to have the latest version of npm installed before running these commands. Then open the file titled index.html in a browser in order to use the app.

Credit

Created by Rowan Littlefield

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published