An open API service indexing awesome lists of open source software.

https://github.com/zafar-saleem/brela-test

A simple project where I implemented an agenda view/page where list of events for a particular user/employee is listed on a calendar.
https://github.com/zafar-saleem/brela-test

components create-react-app documentation es6 full-calendar git github github-actions github-wiki javascript jsx nodejs react react-hooks react-router-dom reactjs styled-components

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

## Requirements
Below is the getting started section to start the project. For more details, please read the [wiki](https://github.com/zafar-saleem/brela-test/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.