This is a clientside javascript application built React JS application. The data exists on endpoints serve through the Poll api
Client Side
- Github actions
- React JS
- Netlify
-
Install Node JS.
-
Clone the repository here
-
[cd] into the root of the project directory.
-
Run
npm install
on the terminal to install project dependecies -
Start the application:
Build Environments
Development
npm run serve
Webpack should open your default browser automatically
- Navigate to
http://localhost:7000
The project uses a combination of Github Actions and Netlify. Each PR is tested and deployed on here
Client side tests - Run npm run test
on the terminal while within the project root directory.
Client side testing is achieved through the use of jest
package. jest
is used to test javascript code in
React applications.
Client side testing is yet to be configured but is being worked on currently
For more details contact [email protected]
For any suggestions or contributions or issues please do raise them or email me. For Contributiions, Please clone the repo and implement a PR I would appreciate it
Still undergoing testing