Challenge consisting in the creation of an API and frontend to fetch mocked tasks from an API and display them in the format of cards.
- The API is created in node using express and getting the data from a lorem generator.
- The front is created using react.
- To install run:
npm install - To run:
npm start
Note: If you have any trouble during the install please make sure to use node v16 since that's the version used for the creation of this project.
