forked from iiitl/fun_project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit fae1311
Showing
20 changed files
with
18,717 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
/.pnp | ||
.pnp.js | ||
|
||
# testing | ||
/coverage | ||
|
||
# production | ||
/build | ||
|
||
# misc | ||
.DS_Store | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Crypto React Project | ||
|
||
Welcome to the Crypto React Project! This is a project showcasing stunning animations | ||
|
||
## Getting Started | ||
|
||
To run this project locally, follow these steps: | ||
|
||
1. **Clone the repository:** | ||
```bash | ||
git clone https://github.com/your-username/crypto-animation-react.git | ||
|
||
2. **Navigate to the project directory:** | ||
```bash | ||
cd crypto-animation-react | ||
3. **Install dependencies:** | ||
```bash | ||
npm install | ||
4. **Run the development server** | ||
```bash | ||
npm start | ||
5. **Open your browser:** | ||
Visit http://localhost:3000 to see the project running. | ||
## Contributing | ||
Contributions are welcome! | ||
You can contribute by solving the given issues . To contribute, follow these steps: | ||
1. **Check for open issues:** You can start contributing by checking if there's an open issue. | ||
2. **Fork the repository:** Click on the "Fork" button at the top right corner of the repository page to create a copy of the repository on your GitHub account. | ||
3. **Clone the repository:** Clone the forked repository to your local machine using the following command: | ||
4. **Make changes:** Make your desired changes to the codebase. | ||
5. **Commit your changes:** Commit your changes with a descriptive commit message . | ||
6. **Push changes:** Push your changes to your forked repository on GitHub using the following command: | ||
7. **Submit a pull request:** Finally, submit a pull request from your forked repository to the original repository. Ensure to provide a clear description of your changes in the pull request. | ||
Thank you for contributing! |
Oops, something went wrong.