Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 1.03 KB

File metadata and controls

42 lines (22 loc) · 1.03 KB

Frontend exercises

This site is a collection of all the projects that i have done for the Platzi Master Program to practice HTML, CSS, JS, React and unit testing with Jest.

Installation

  1. Clone this project: git clone <url>.

  2. Go to the project folder: cd platzi-master-frontend-exercises/

  3. Install the dependencies: npm install

  4. Finally, you to be able to run it: npm run start

Production

You can execute the following command:

npm run build

Preview

Home Screen

Home Screen

Project Section

Project Section

Demo

If you want to see the demo you can visit Demo.

Testing

npm run test
npm run coverage

Author

Felipe Merchan