Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skyv26/raspbian-community-conference
The Raspbian Community Conference is a brand-new event led by the Raspberry Pi Foundation with lots of help from our community of young people, educators, hobbyists, and tech enthusiasts. It will be a chance for people of all ages and skill levels to have a go at getting creative with tech.
https://github.com/skyv26/raspbian-community-conference
a11y accessibility css css3 dart-sass-compiler flex flexbox flexible grid grid-layout html html5 intersectionobserver-api responsive responsive-design responsive-layout responsive-web-design sass scss
Last synced: 1 day ago
JSON representation
The Raspbian Community Conference is a brand-new event led by the Raspberry Pi Foundation with lots of help from our community of young people, educators, hobbyists, and tech enthusiasts. It will be a chance for people of all ages and skill levels to have a go at getting creative with tech.
- Host: GitHub
- URL: https://github.com/skyv26/raspbian-community-conference
- Owner: skyv26
- License: other
- Created: 2022-07-25T12:17:03.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-03T10:07:09.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T22:51:58.624Z (10 days ago)
- Topics: a11y, accessibility, css, css3, dart-sass-compiler, flex, flexbox, flexible, grid, grid-layout, html, html5, intersectionobserver-api, responsive, responsive-design, responsive-layout, responsive-web-design, sass, scss
- Language: SCSS
- Homepage: https://skyv26.github.io/raspbian-community-conference/
- Size: 52.3 MB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run Linters](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)# 🧑💻 Raspbian Community Conference
> **The Raspbian Community Conference is a brand-new event led by the Raspberry Pi Foundation with lots of help from our community of young people, educators, hobbyists, and tech enthusiasts. It will be a chance for people of all ages and skill levels to have a go at getting creative with tech, as well as a celebration of all that our digital makers have already learnt and achieved, whether through taking part in Code Clubs, CoderDojos, or Raspberry Jams or through trying our resources at home.**
**[Raspbian Community Conference]** is a vanilla-js blog website.
> Raspbian Community Conference is front-end project
Technologies
> We can see the event details and can connect with the organizers and speakers.
> Link to your deployed project.
- [**See Project 🚀**](https://skyv26.github.io/raspbian-community-conference/)
> Presentation
- [Watch Video 😄](https://drive.google.com/file/d/1bbrmptcndV7PmcIQx2JRe9mSgtyVfCMH/view?usp=sharing)
> In order to start with this project do as follows :
To get a local copy up and running, follow these steps.
### Prerequisites
- In order to explore this repository, you must have a good knowledge on HTML5 - semantics, CSS3 and JavaScript with ES6.
### Setup
Clone this repository to your desired folder:
`git clone https://github.com/skyv26/raspbian-community-conference.git`
then
`cd raspbian-community-conference`
### Install
- Make sure that you have already downloaded the `node` and `npm` on your system. If yes, then install the
packages by using below command.
`npm i`
- Please install `sass compiler` if you want to use sass preprocessor.
### Usage
- You can simply use run-server vscode extension to run this website on your local browser.
- In order to compile the scss file to plain css. Use below command
`sass --watch scss/style.scss:css/style.css`
### Run Linters
I have added the linters or tests in order to avoid anykind of typos and ensure the good practices in this project. So while using this repository if you need to check your work no matters have worked on html, css and js you can use below commands
- In order to run the linter test on `index.html` or any html file. Use below command
`npx hint .`
- To run linter test on stylesheets. Use below command
`npx stylelint "**/*.{css,scss}"`
- To run linter test on javascript files. Use below command
`npx eslint .`
**it will automatically correct the errors**
> Mention all of the collaborators of this project.
👨💻 **Aakash Verma**
- GitHub: [@skyv26](https://github.com/skyv26)
- Twitter: [@vrma_aakash](https://twitter.com/vrma_aakash)
- LinkedIn: [skyv2022](https://linkedin.com/in/skyv2022)
- Frontend Mentor: [@skyv26](https://www.frontendmentor.io/profile/skyv26)
> In upcoming weeks I will add some features as mentioned below
- [ ] **Add full features like sign-up, sign-in and API**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> Write a message to encourage readers to support your project
If you like this project then please give a ⭐️ and also share your feedback using github_issues.
## Acknowledgments
For Design Inspiration I would like to Acknowledge
Cindy Shin ❤️
This project is [MIT](./LICENSE) licensed.