- Install NodeJS.
- Install or enable Yarn.
- Clone this repository.
- Run
yarn install
in the cloned repository to download all dependencies. - Run
yarn start
to start a local development server.
.
├── public
└── src
├── components
├── data
├── images
├── pages
├── routes
├── styles
└── App.js
public
: Contains public files such asindex.html
.src
: Contains source files (JS, CSS, assets, etc.)components
: Contains reusable react components.data
: Contains raw data.images
: Contains images and icons.pages
: Contains all pages.routes
: Contains custom routes.styles
: Contains all stylesheets (CSS).utils
: Contains commonly used util functions.App.js
: Contains the top-levelApp
component.
This project has been built with the following technologies.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
For any ideas, suggestions or queries, please mail us at [email protected]
Name: Arpit Bhardwaj
Email: [email protected]
Phone: +91-9761667733
Name: Parth Gupta
Email: [email protected]
Phone: +91-7620821543