A dashboard for COWIN INDIA Vaccination data
Feel free to fork it to showcase your work!
-React CRA -React bootstrap -Recharts -Styled components
Download or clone the project repository to your local folder.
- cd client
- npm i
- npm start
- cd server
- npm run start
client runs in port 3000 and server in 3002. The server statically serves the client build. So
run npm run build
in client to see changes in server.
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 extremely 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
Distributed under the MIT License. See LICENSE
for more information.