International Women Day, March 8th, 2021 .
Women in leadership, Achieving an equal future
in a COVID-19 world.
This Web Application was built to appreciate the hard-work and effort put in by women around the world and can be accessed here.
- This application was built to illustrate how React can be used as a frontend interface displaying data from a CMS application such as a Wordpress application through it REST API.
Note: All data within this application is served from a Wordpress Application. Hence you should have Wordpress setup on your local machine for local development. To get started, you can launch wordpress from a docker container using docker-compose
with this configuration file.
-
Clone this repository locally using git cli with the
git clone {REPO URL}
command, and install application dependencies using theyarn install
command. -
Create a
.env
file in the root directory for securely storing your Wordpress API Endpoint in the following field;
REACT_APP_WORDPRESS_ENDPOINT=`${WORDPRESS_REST_ENDPOINT}/wp-json/wp/v2`
All End-to-end(E2E) tests within this application are written using Cypress. All network requests within the application are tested using Moxios.
We welcome and appreciate pull requests from everyone.
You can participate in many ways. The application codes are available in their respective files for this project. You can get all of them, change anything and send the changes back.
Easily contribute to the content of the style guide by adding new recommendations, making corrections or adding examples in the form of images or videos:
If you have Git installed on your system, cloning is preferred way to get the contents since it allows you to contribute back.