Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azizmashkour/jump
This app is deployed using Google Firebase Hosting service
https://github.com/azizmashkour/jump
Last synced: about 2 months ago
JSON representation
This app is deployed using Google Firebase Hosting service
- Host: GitHub
- URL: https://github.com/azizmashkour/jump
- Owner: azizmashkour
- Created: 2020-05-05T20:11:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:13:53.000Z (about 2 years ago)
- Last Synced: 2024-10-14T10:54:35.685Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clients management
[![CircleCI](https://circleci.com/gh/azizmashkour/JUMP.svg?style=svg&circle-token=a2e2db89c6dd79bcc0285672550412bc695581fd)](https://github.com/azizmashkour/JUMP)
This project was generated with [Create React apps with no build configuration](https://github.com/facebook/create-react-app)
![image](https://raw.githubusercontent.com/azizmashkour/JUMP/master/public/preview.png)
## Libraries used
- i18next: Used for i18n browser translation (french and english). [read more here](https://react.i18next.com/)
- enzyme: Used for testing. [read more here](https://airbnb.io/enzyme/)
- prop-types: Used for types validations. [read more here](https://www.npmjs.com/package/prop-types)
- react-select: Used for language select box. [read more here](https://react-select.com/home)## Getting Started
1- Clone or download this project from the repository.2- After cloning you need to install project dependencies depending on your packages manager by running `npm install` Or `yarn`.
## Development server
Run `npm start` or `yarn start` for a dev server. Navigate to `http://localhost:3000/`. The app will automatically reload if you change any of the source files.
## Build
Run `yarn build` to build the project. The build artifacts will be stored in the `build/` directory. Use the `--prod` flag for a production build.
## Running unit tests
Run `npm run test` or `yarn test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Continuous integration used
This project is setup to be build by [CircleCI](https://circleci.com/) after every deployment on Github
## Demo
You will find a Demo or the working project [here](https://baracoda-app.firebaseapp.com/)## Other details
Don't hesitate to put any comment here 😉.