Dev.to Pinata Challenge Client
Description
Client for the Dev.to Pinata challenge created using React. This project was a challenge from Dev.to. Project Source.
Features
- Routing using
react-router-dom
. - Clean responsive design with both dark and light themes.
Technologies Used
Installation
To install the project, follow these steps:
git clone https://github.com/shravzzv/Dev.to-Pinata-challenge-client
cd Dev.to-Pinata-challenge-client
npm install
npm run dev
How to Contribute
If you'd like to contribute, follow these steps:
-
Fork the repository on GitHub.
-
Clone your fork locally.
git clone https://github.com/shravzzv/Dev.to-Pinata-challenge-client cd Dev.to-Pinata-challenge-client
-
Create a new branch for your feature or bug fix.
git checkout -b feature-or-bug-fix-name
-
Make your changes, commit them, and push them to your fork.
git add . git commit -m "Your commit message here" git push origin feature-or-bug-fix-name
-
Open a Pull Request on GitHub, comparing your branch to the original repository's
main
branch.
Issue Tracker
Find a bug or want to request…