This project was motivated by this LinkedIn post by JavaScript Developer
- The app uses React and Tailwind CSS to display the list of contributions made by the user on GitHub and the number of contributions made on each day of the week.
- Its a partial clone of the GitHub Contributions Calendar
2.1 Demo of the app
NOTE : Does not work for private repositories
- Make the contributions dynamic to the user's GitHub profile
- Including years in the calendar and making it dynamic
- improve the UI - add a toggle button to switch between light and dark mode
- Add a feature to show the number of contributions made on each day of the week
- Move all the state to redux
In the project directory, you can run:
- Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
- Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
-
Builds the app for production to the
build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance. -
The build is minified and the filenames include the hashes.
Your app is ready to be deployed! -
See the section about deployment for more information.
-
You can learn more in the Create React App documentation.
-
To learn React, check out the React documentation.
-
Learn Tailwind CSS here
-
Learn GitHub API here
-
Github Contributions Calendar here
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.