A React web application for a list of campaigns.
The built version is now hosted on this address and you can check it with your browser
- This PDF contains the details of the project
The app based on the following designs which were hosted on Zeplin:
- Cd to the folder of the project
- Install the dependencies by
npm i
- Start the development web server of the project
npm start # or yarn start
Run the following code and your built version would be available at /build
folder.
npm run build
# or yarn build