gdsrosa / adopt-me-fem

Project used on the React course of Frontends Masters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adopt Me

An application built on the Frontend Masters React Course.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes, to do so clone this repo:

git clone https://github.com/gdsrosa/adopt-me-fem.git
cd adopt-me-fem

Installing

Assuming you have all the Node.js (18+) and NPM (version 6+) environment setup in your machine:

Let's install the dependencies

npm install

Running the application in development mode

To start your local webpack-dev-server run:

npm run dev

Running the tests

To execute the unit tests:

npm run test

Built With

  • Typescript - The programming language used for the Client
  • React.js - The UI library used for the Client
  • Redux - A predictable state container for JavaScript apps
  • NPM - Dependency Management
  • TailwindCSS - CSS Framework
  • Vite - Frontend Tooling
  • Vitest - JavaScript Unit Test tool

Authors

About

Project used on the React course of Frontends Masters


Languages

Language:TypeScript 74.7%Language:CSS 21.7%Language:JavaScript 1.9%Language:HTML 1.6%