Skip to content

paulsaenzsucre/PSC2023-Capstone

Repository files navigation

logo

📗 Table of Contents

📖 PERUVIAN SOFTWARE CONFERENCE 2023

This repository is for a fictitious conference on my country. This is the final assignment of Module One named Capstone Project.

The Peruvian Software Conference (formerly Peruvian Science and Information Conference) is a research conference held in Paracas, Perú since 2013. The annual conference series included keynotes, special sessions, poster presentations, tutorials, workshops and papers.

🛠 Built With

Tech Stack

This project is coded with standard languges like HTML, CSS and JavaScript.

Client

Key Features

In this project we implement:

  • Fetch JSON data. We retrieve data from a JSON file to dynamically create HTML for the speaker’s section of the page.
  • Responsiveness. We use media queries, DOM events and listeners, and mobile first approach to make our page responsive.
  • Semantic HTML We use semantic HTML tags to improve the accessibility of our page.

(back to top)

Video Presentation

🚀 Live Demo

To see a Live Demo Version of our page, you kindly follow the next link:

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

Setup

  • You can download the Zip file on the GitHub repository, or clone the repository with:
$git clone https://github.com/elafildecolor/MyPortfolio.git
  • Access the cloned directory with:
$cd MyPortfolio
  • Open it with your favorite code editor or with the live server

Install

To install linters and other dependencies run:

$npm install <dependency>

Usage

To run the project, execute the following command:

Run tests

To analyze the source code in your local environment with linter follow these steps:

  • Looking for linter errors in HTML files run:
$npx hint .
  • Looking for linter errors in CSS | SASS files run:
$npx stylelint "**/*.{css,scss}"
  • Looking for linter errors in JavaScript files run:
$npx eslint .

(back to top)

Authors

👥 Paul Sáenz Sucre

🔭 Future Features

Describe 1 - 3 features you will add to the project.

  • [Home page]
  • [About page]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

  • This work, "PERUVIAN SOFTWARE CONFERENCE 2023", is a web page implementation of "CC Global Summit 2015" by Cindy Shin, used under CC BY 4.0.

  • Hat tip to anyone whose code was used.

  • Thanks for all the curated content that was provided to us.

  • Thanks to my learning and coding partners for all their support.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

The Peruvian Software Conference is a fictitious research conference held in Paracas, Perú since 2013. It also uses a JSON file to dynamically generate the speaker’s section of the page. It was coded using standard technologies like HTML5, CSS3 and JavaScript. Feel free to give me feedback or contact me about this project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors