This website is based on an online website for a conference. This Coder international summit concerns all writings of international coders (backend developers, frontend developers, full-datck developers,...). Is a summit that takes place every 2 years and they can meet to share updates on technology trends (web technology).
- Note that this project is not yet hosted and is for education purpose.
In order to achieve this activity I used some resources and technologies listed below :
On Desktop | On Mobile |
---|---|
- Major languages :
HTML5
&CSS3
andJavaScript
- Frameworks : none
- Technologies used :
Github
,Gitflows
,Git
andLinters
Click here for the demo
Loom video here
To get a local copy up and running follow these simple example steps.
- A personal computer connected to the internet;
- Have a working and updated browser.
- Have a local version control like git installed on your computer
- Have an account on Github, as an online/remote Version Control System
- Code editor (Visual studio code, sublime text, notepad++, ...) installed on your computer;
- At least basic of HTML and CSS.
- Click the me and you'll land on the pure repository;
- click on the green (🟢) button with
Code
Inscription; - You can choose to download the project or just clone it if you are familiar with Git and Github;
- Follow normal step once download in your computer and use it as it's yours.
- If you are familiar with git, Run
npm install
to get all dependecies required to run the linters checks, otherwise use the downloaded project on your computer without testing files
Run thes command bellow inside your
git bash
or command line interface.
npx hint .
: for thehtml
codebase and use of best practices.npx stylelint "**/*.{css,scss}"
: for thecss
codebase and use of best practices. you can addnpx eslint .
: for theJavaScript
codebase and use of best practices.-
Note that you can add
--fix
keyword to the command forCss
and/orJavaScript
to make sure that you avoid all errors comming from yourcode editor
👤 Chris Siku (Main Author)
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- Inspired by Cindy Shin the author of the original design.
- Hat tip to anyone whose code was used.
This project is MIT licensed.