This documentation provides guidance on setting up and using the "Go India Stocks Assignment" project. This project utilizes Next.js for building web applications and Tailwind CSS for styling.
To set up the project, follow these steps:
git clone
cd Go-India-Stocks-Assignment-Project
npm install
After installation, you can run the project locally using the following command:
npm run dev
This will start the development server, and you can access the website at http://localhost:3000
in your browser.
The project's folder structure is organized as follows:
layout.tsx
for the main page.globals.css
for global styles.Contributions to the project are welcome. You can contribute by reporting issues, suggesting improvements, or directly making pull requests.
git checkout -b feature/YourFeature
).git commit -am 'Add some feature'
).git push origin feature/YourFeature
).