Code Monkey home page Code Monkey logo

gig-organiser-client's Introduction

Gig Organiser Client

This is the React frontend for the Gig Organiser (JobSprint) app, which helps users organise and manage their jobs.

Tools

  • React Query for efficient data fetching and caching
  • CSS Modules for modular and reusable styles
  • React Router for routing and navigation
  • TypeScript for type-safe code
  • i18next for translations
  • Docker setup for easy deployment
  • Jest and Testing Library for testing
  • Github Actions to run unit tests when merging code

Installation

To install and run this project, you will need to have Docker installed on your machine.

  1. Clone this repository to your local machine:

git clone https://github.com/mike1234-pixel/gig-organiser-client.git

  1. Navigate to the project directory:

cd gig-organiser-client

  1. install dependencies:

npm install

  1. Start your development server (default port 3000):

npm start

  1. Build the Docker image:

docker build -t gig-organiser-client

  1. Run the Docker container:

docker run -it -p 3001:3000 -v ${PWD}/src:/usr/src/app/src gig-organiser-client

This will run the app in a Docker container and maps the host machine's port 3001 to the container's port 3000. The app running inside the container can be accessed on the host machine at localhost:3001

Testing

To run the test suite for this project, use the following command:

npm test

This will run all unit and integration tests using Jest and Testing Library.

gig-organiser-client's People

Contributors

asseph avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.