Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/learnwithalfred/alfred-code-college
First Capstone project at Microverse Boot Camp.
https://github.com/learnwithalfred/alfred-code-college
html-css-javascript jobs software-engineering
Last synced: 1 day ago
JSON representation
First Capstone project at Microverse Boot Camp.
- Host: GitHub
- URL: https://github.com/learnwithalfred/alfred-code-college
- Owner: learnwithalfred
- License: mit
- Created: 2022-05-12T15:36:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T11:54:45.000Z (over 2 years ago)
- Last Synced: 2023-03-06T00:40:52.314Z (almost 2 years ago)
- Topics: html-css-javascript, jobs, software-engineering
- Language: HTML
- Homepage: https://learnwithalfred.github.io/alfred-code-college/
- Size: 5.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](img/project-img.webp)
# Coding School
> HTML/CSS & JavaScript capstone project - from Microverse
## Built With
- HTML
- CSS
- JAVASCRIPT
- SCSS## Getting Started
**To get a local copy up and running follow these simple example steps.**
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Node
- Git
- Code Editor### Setup
- Clone the repository
- Change directory into the project folder
- Open project with text editor to view changes### Install
- Install dev dependencies
- If you are using vscode text editor, you can install [Live Sass Compiler](https://marketplace.visualstudio.com/items?itemName=ritwickdey.live-sass)
- Then update your location of SCSS main file in `vscode` > `settings.json` file.
```
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": ".css",
"savePath": "/dist/css"
}
],
```
- Please make sure you are compiling scss to see the styles working- Run the code using [live server](https://www.google.com/search?client=safari&rls=en&q=live+server&ie=UTF-8&oe=UTF-8)
## Deployment
https://learnwithalfred.github.io/alfred-code-college/
## Author
👤 **Alfred Boateng**
- GitHub: [@learnwithalfred](https://github.com/learnwithalfred)
- Twitter: [@kb_alfred](https://twitter.com/kb_alfred)
- LinkedIn: [Alfred Boateng](https://www.linkedin.com/in/alfred-boateng-704670138/)## 🤝 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
- Project Original design idea by [Cindy Shin in Behance](https://creativecommons.org/licenses/by-nc/4.0/)
- Inspiration from [Microverse Bootcamp](https://www.microverse.org)## 📝 License
This project is [MIT](/LICENSE) licensed.