· Report Bug · Request Feature
-
Fork the repository
-
Clone the forked repository from your list of repos into your local machine
git clone https://github.com/YOUR_GITHUB_USERNAME/calendar-app.git
- Change the working directory
cd calendar-app
- Install dependencies
yarn install
- Run the app
yarn start
🔥 You are all set!
git checkout -b NEW BRANCH NAME
- Make use of the component folder for your components.
- Create your states or include your data in
App.js
and include them in theAppContext.Provider
value object. - Import the react useContext hook to have access to your states or data.
- Make your contribution and make a pull request (PR). Only make a PR to the develop branch.
Make sure that you installed all required dependencies and resolve any conflict before making a pull request
Please contribute using GitHub Flow. Create a branch, add commits, and open a pull request.
- React
- Tailwind CSS: for styling
- react-router-dom: for routing
- React Context API: for passing of data down the component tree.
This project is licensed under the MIT License - see the LICENSE
file for details.
Calendar app will not be brought to life without you. Feel free to contribute in the project 🙌
This project needs a ⭐ from you