Clics

An application for work time reporting

Screenshots

Login Main Edit

Build

In order to build the project you need VS Code. Clone the repository and open the folder with VS Code.

Then in clics folder create a .env file with the following content

REACT_APP_MONGODB_APP_ID=
REACT_APP_CLUSTER_NAME=
REACT_APP_DATABASE_NAME=
REACT_APP_COLLECTION_NAME=

and replace with correct values from MongoDB.

Then you can run the project with npm start or build with npm build.

Libraries Used