Baroka-wp / GlobalSamurai

Microverse first capstone. Build with HTML- CSS and SASS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Original design idea by Cindy Shin in Behance, in association with the Creative Commons license of the design.


SAMURA SCHOOL

This website presents the activities of the SAMURAI engineering school. The website briefly presents the activities of the company, its actors and its objectives.

LOOM VIDEO PRESENTING

Watch the presentation of the projet on Loom

Built With

  • Html
  • Css
  • Js
  • Linter
  • Figma

Mookup

free-showcasing-header-mockup

Live

Go Live

Authors

πŸ‘€ Author : IROTORI Baroka

πŸ‘₯ Co Author : MOSEKA Jamila

Install

Run Linters tests

To track linter errors locally follow these steps:

Download all the dependencies run:

npm install

Track HTML linter errors run:

npx hint .

Track CSS linter errors run:

npx stylelint "**/*.{css,scss}"

Track JavaScript linter errors run:

npx eslint ."

Run local server

Node live serveris easy to install and use:

  • Install globally via npm
  npm install -g live-server
  • Run in the html's directory
  live-server

Deployment

  • github page

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • I would like to give Credit to Cindy Shin the author of the original design, as required by the Creative Commons License.
  • This project is part of Capstone week of module 1 in the Microverse study program.
  • Thanks to the Microverse team for the great curriculum.
  • Thanks to Code Reviewers for the insightful feedback.
  • A special thanks to My coding partners, morning session team, and standup team Partners for their contributions.

πŸ“ License

This project is MIT licensed.

About

Microverse first capstone. Build with HTML- CSS and SASS.


Languages

Language:SCSS 36.1%Language:CSS 35.1%Language:JavaScript 16.7%Language:HTML 12.0%