udeaghad / dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Requirement

https://github.com/innoloft/Frontend-Application

Setup

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

Prerequisites

  • A web browser like Google Chrome.
  • A code editor like Visual Studio Code with Git and nodejs.
  • You can check if Git is installed by running the following command in the terminal.
  • $ git --version
  • Clone the repo from here.
  • $ git clone https://github.com/udeaghad/dashboard.git
  • Make your way to the correct directory by running this command:
  • $ cd dashboard
  • Run npm install to install the dependencies in the local node_modules folder.
  • Update the .env file with your REACT_APP_APP_ID and REACT_APP_GOOGLE_MAPS_API_KEY
  • Run npm start to start the app in the browser.
  • Open http://localhost:3000 to view it in the browser.

Run tests

  • Run npm test to run the tests.

Built With 🛠️

  • Programming Languages: TypeScript, JavaScript, HTML, CSS.
  • Frameworks: React, Redux, TailwindCSS.
  • External APIs: Google Map API, Innoloft API.
  • GitHub Linters.
  • Code Editor: VS Code.

Figma Design

  • Click this link to view the Figma design file

Authors

👤 Dozie Udeagha

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

About


Languages

Language:TypeScript 98.5%Language:HTML 1.0%Language:JavaScript 0.5%Language:CSS 0.1%