Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bushmusi/tech-talk
This project is about giving detail about technology submit place, speakers and summary of previous conference.
https://github.com/bushmusi/tech-talk
css eslint html javascript stylelint
Last synced: 7 days ago
JSON representation
This project is about giving detail about technology submit place, speakers and summary of previous conference.
- Host: GitHub
- URL: https://github.com/bushmusi/tech-talk
- Owner: bushmusi
- Created: 2022-02-08T11:12:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T11:46:03.000Z (over 2 years ago)
- Last Synced: 2023-03-04T01:35:25.317Z (over 1 year ago)
- Topics: css, eslint, html, javascript, stylelint
- Language: HTML
- Homepage: https://bushmusi.github.io/tech-talk/
- Size: 4.31 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Tech Talk
> This where we announce the up comming tech talk presenter and store their story link here.
![screenshot](./assets/images/app_screenshot.png)
Additional description about the project and its features.
## Built With
- Major languages: `CSS-3`, `HTML-5`, and `JS ES6`
- Frameworks: _none_
- Technologies used: **FIGMA**, **ESLINT**, **STYLELINT**, and **GitHub CI/CD**## Live Demo
1. [Watch Video](https://www.loom.com/share/860663e593f8499c9a36477aad29397b)
2. [Live Link](https://bushmusi.github.io/tech-talk/)## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
The basic requirements for building the executable are:
1. A working browser application (Google chrome, Mozilla Fire fox, Microsoft edge ...)
2. VSCode or any other equivalent code editor
3. Node Package Manager (For installing packages like Lighthous, webhint & stylelint used for checking for debugging bad codes before deployment)### Setup
1. Clone this project to your local repository
- `git clone https://github.com/bushmusi/tech-talk`
2. Getting pkg and debugging tools
- _Initialise pkg_
- `npm init`_Install style debugger tool_
- `npm install --save-dev [email protected] [email protected] [email protected] [email protected]`
_If you want to check your style run below command_
- `npx stylelint "**/*.{css,scss}"`- _Web SEO and debugging tool_
- `npm install --save-dev [email protected]`
- _If you want to check your page_
- `npx hint .`- _Install JS debugger_
- `npm install --save-dev [email protected] [email protected] [email protected] [email protected]`
- _Check your js code_
- `npx eslint .`### Run tests
1. Open your terminal from project dir
2. Run: `npm test`## Authors
👤 **Author1**
- GitHub: [@githubhandle](https://github.com/bushmusi)
- Twitter: [@twitterhandle](https://twitter.com/busher_mestofa)
- LinkedIn: [LinkedIn](https://linkedin.com/in/bushra-mustofa-2620671b7/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Thanks to [Cindy Shin](https://www.behance.net/adagio07) whose design of cc global summit 2015 was used
- Inspiration
- etc## 📝 License
This project is [MIT](./MIT.md) licensed.