This is the frontend assignment project for Quillhash. The task was to create a webpage as similar as possible to the provided Figma design using Next.js, Tailwind CSS, TypeScript, and React.
To run this project locally, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/Vikesh8107/QuillAudits.git
-
Navigate into the project directory:
cd QuillAudits
-
Install dependencies using npm or yarn:
npm install # or yarn install
To start the development server, use the following command:
npm run dev
# or
yarn dev
This will start the Next.js development server at http://localhost:3000.
pages/
: Contains all the Next.js pages for the application.components/
: Contains reusable React components.public/
: Contains static assets like images.README.md
: This file with project information.
If you'd like to contribute to this project, please follow these steps:
- Fork the repository on GitHub.
- Create a new branch with a descriptive name:
git checkout -b feature/new-feature
. - Make your changes and commit them:
git commit -am 'Add new feature'
. - Push to the branch:
git push origin feature/new-feature
. - Submit a pull request with detailed information about your changes.
- Make sure you have Node.js and npm (or yarn) installed on your machine.
- The project is set up with Tailwind CSS for styling.
- TypeScript is used for type-checking and improving code quality.
Feel free to explore the code and make any necessary modifications.
For support - [email protected]