The GOV.UK Design System is a set of tools, styles, components and patterns to help teams in government create user-centred digital services.
This application is a simple to do app that using the GDS prototype kit.
The Prototype Kit provides a simple way to make interactive prototypes that look like pages on GOV.UK. These prototypes can be used to show ideas to people you work with, and to do user research.
Read more about the GDS Design system here
This application uses Node.js on the server side. Documentation on Node.js can be found here.
Check if you have node installed
node -v
If it is not installed then follow the link above and install as required
Clone the repo
git clone https://github.com/methods/gds-todo.git
Install NPM packages
npm install
Run start to view project in your localhost browser
npm start