- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
In this project, you will set up a "Hello world" repository. No complex coding is required for this exercise. Your goal here is to master all of the tools and best practices you learned about in previous steps. You will be using them in all Microverse projects and most likely in your future job as well, so it is important to know them! You will also get your first code review. This is also a process that will be used in all Microverse projects.
This project uses css, and html technologies
Client
Server
- Add dynamic features
- Add forms
- Add more CSS
Contributions, issues, and feature requests are welcome!
If you like this project, click star and fork it.
This project contains three simple files such as hello.html, hello.css and test.md files. It demonstrates how to setup a linter in css and html.
- HTML
- CSS
- Linter configuration
Follow the following steps to work on this project
To get a local copy up and running, follow these steps.
In order to run this project you need:
Install text editor such as VsCode. Install git.
Clone this repository to your desired folder:
mkdir microverse
cd microverse
git https://github.com/gama1221/hello_microverse_project.git
Install this project with:
cd microverse
npm install
To run and see errors in this project, execute the following command:
npx hint .
👤 Author
- GitHub: @gama1221
- Twitter: @tgetinetamare
- LinkedIn: @getinet-mekonnen
I would like to thank to Microverse having such opportunity
-
How to setup a project with linter i.e. css linter
- This project can have the answer
This project is MIT licensed.