Skip to content

A simple project where I implemented an agenda view/page where list of events for a particular user/employee is listed on a calendar.

Notifications You must be signed in to change notification settings

zafar-saleem/brela-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Below is the getting started section to start the project. For more details, please read the wiki page.

Getting started

In order to run this project in the browser successfully, please follow the steps below!

1. Clone this repository.
2. cd into `/root` i.e. `brela-test/` directory.
3. Run `yarn/npm install` command to download and install all dependencies.
4. To run this project use `npm start/yarn` command in command line.
5. To build the project for production run `npm build/yarn build` command. This will build the app for production and put all the files in `/build` folder.