Skip to content

AlexisJW/javascript-group-capstone

Repository files navigation

logo

JavaScript Capstone Project

📗 Table of Contents

📖 Project - JavaScript Capstone Project

JavaScript Capstone Project is a project about building your own web application based on an external API..

🛠 Built With

By Microverse Student, Alexis And Newton

Client
Server
Database

Key Features

  • [Set up the project with webpack, jest, and linters]
  • [Open a pull request.]

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

If you don't have git installed on your machine you can download it from here.

If you need to run my project locally follow the steps below :

  • Have git installed. (For version control)
  • Have text editor installed. (Preferablly VSCode)
  • Have node installed.
  • Have npm package manager Installed.
  • Have webpack installed. (module bundler)
  • Have CSS,HTML & JS Linters installed and configured. For further information, visit this link to get better understanding on each linters used on this project.
  • Properly use ES6 Syntax and ES6 Modules throughout the project.

Setup

Clone this repository to your desired folder:

Once you have git installed on your machine you can clone your project by running the command below to clone your project to your local machine

git clone <https://github.com/AlexisJW/javascript-group-capstone.git>

Alternatively, you can download the zip file of your project by clicking on the Code button on the right side of your project page and clicking on Download ZIP

Installation

  1. First, Initialize NPM Package Manageer
npm init -y
  1. Install Webpack, Required plugin(s), Style/CSS Loader and Webpack-dev-server
npm install webpack webpack-cli --save-dev
npm install --save-dev html-webpack-plugin
npm install --save-dev style-loader css-loader
npm install --save-dev webpack-dev-server
  1. Start running build
npm run build
npm start

(back to top)

Usage

To run the project, execute the following command: Locate the folder where you cloned your project to and open the index.html file in your browser to view the project.

Run tests

To run tests, run the following command:

  • No tests at the moment.

👥 Authors

👤 Jean Walner ALEXIS

👤 Alhassan (Newton) Osman

(back to top)

🔭 Future Features

  • [Make some changes]
  • [Code Review]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, give it a star, please!

(back to top)

🙏 Acknowledgments

  • Microverse
  • Coding Partners
  • Code Reviewers

(back to top)

❓ FAQ

  • [How much times did you spend to build this project?]

    • [Only 74 hours.]

(back to top)

📝 License

This project is MIT licensed

(back to top)

About

No description, website, or topics provided.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published