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.
- Host: GitHub
- URL: https://github.com/zafar-saleem/brela-test
- Owner: zafar-saleem
- Created: 2021-09-25T08:18:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-21T01:15:59.000Z (over 4 years ago)
- Last Synced: 2025-01-01T03:27:47.144Z (over 1 year ago)
- Topics: 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
- Language: JavaScript
- Homepage:
- Size: 621 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.