Skip to content

mark1ad/boardwalk

Repository files navigation

Boardwalk

A project management app for agile projects. It is currently under development.

Live site link

https://boardwalkfe.herokuapp.com/

Technologies Used

Development

Component Documentation

Components are documented with styleguidist. To start the styleguidist server run

npm run styleguide

Testing

Development was done using TDD. To execute the tests run

npm test

Eslint

Run

npm run lint