https://github.com/wpdas/cosi-group-front
Project developed using TypeScript, React, React Router, Styled Components, Jest and others as part of a process for COSI group.
https://github.com/wpdas/cosi-group-front
Last synced: 6 days ago
JSON representation
Project developed using TypeScript, React, React Router, Styled Components, Jest and others as part of a process for COSI group.
- Host: GitHub
- URL: https://github.com/wpdas/cosi-group-front
- Owner: wpdas
- Created: 2020-11-11T21:52:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-11T23:05:46.000Z (over 5 years ago)
- Last Synced: 2025-03-02T13:14:53.264Z (over 1 year ago)
- Language: TypeScript
- Size: 238 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COSI-Group - Front
This is a project developed using TypeScript, React, React Router, Styled Components, Chakra (design system) and Axios.
Jest and testing-library are being used in order to test this application.
## Running the Application
Open the terminal in the project's root directory and type `yarn` to install the dependencies. If you do not have yarn installed, you can run the `npm i -g yarn` command. After this step, just run the command `yarn start` to execute the web application locally.
The test files are placed at the same level as the files being tested.
The app is running on port 3000.
## API
This app is using a fake API to make the requests and get mocked responses. Fake Api Service: fakejson.com
## Running tests
Open the terminal in the project's root directory and type `yarn test` to run the tests.
## Live App
You can access a live version of this app by clicking on this link [Live App](http://cosi-exercise-front.s3-website-us-west-2.amazonaws.com/)