Donmark2k / take_home

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Take Home Task πŸ†πŸ†πŸ†

πŸ“— Table of Contents

πŸ“– Take Home Task

Outlook is a take home assignment for an internship position.

πŸ›  Built With

Tech Stack

HTML
CSS
Javascript
React

Key Features

  • This Project has a Readme.md file
  • This Project has a gitignore file

(back to top)

πŸš€ Live Demo

  • it will be updated when available

Project Screenshots

Home page

(back to top)

πŸ’» Getting Started

Prerequisites

In order to run this project you need:

  • git: A tool for managing source code
  • Visual Studio Code: A source code editor
  • Have a working and updated browser
  • Have a local version control like git installed on your computer
  • A copy of the link of this Repository.
 https://github.com/Donmark2k/take_home.git

Setup

Clone this repository to your desired directory using the command:

  cd your-folder
  git clone https://github.com/Donmark2k/take_home.git 

Install

Install the required dependencies using the following command:

  npm install

Usage

Run the server using the following command:

  npm start

Run tests

Run this command to fix some CSS linters error

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

Run this command to fix some JavaScript linters error

  npx eslint . --fix

(back to top)

πŸ‘₯ Author

πŸ‘€Chukwuemeka Ochuba

(back to top)

πŸ”­ Future Features

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

  • Give a ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgments

I would like to appreciate Microverse for providing the resources and the platform for us to be a Professional full-stack developer.

(back to top)

❓ FAQ (OPTIONAL)

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:HTML 38.5%Language:CSS 33.3%Language:JavaScript 28.2%