Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gndz07/aircall-usecase
https://github.com/gndz07/aircall-usecase
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gndz07/aircall-usecase
- Owner: gndz07
- Created: 2021-10-29T12:05:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T15:03:44.000Z (about 3 years ago)
- Last Synced: 2024-11-09T08:46:44.239Z (2 months ago)
- Language: TypeScript
- Size: 256 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app), using the [Redux](https://redux.js.org/) template.
Answer to [Aircall front end hiring test](https://github.com/aircall/frontend-hiring-test)
## Run the project in local
Clone this repository in your local, and then create an `.env` file populated with the corresponding data in the root folder.
You can see the data needed in the `env.example` file.
run `npm i` to install all of the dependencies needed.
To start running the project, run `npm start`.
The project will run on `http://localhost:3000/` by default.
## Using the application
The first time you are using the application, you will be sent to the login page. You can type in any username and password, and then click on "Login". After that, you will be redirected to the Dashboard.
From here, you can click on any calls to open more details about that call.