Skip to content

This project aims to offer an intuitive and interactive experience for users interested in Indian stocks. Leveraging the power of Next.js, it ensures fast and efficient performance, while Tailwind CSS provides a modern and responsive design.

Notifications You must be signed in to change notification settings

abduldevlop/Go-India-Stocks-Assignment-Project

Repository files navigation

Go India Stocks Assignment Project Documentation

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.

Table of Contents

Installation

To set up the project, follow these steps:

  1. Clone the repository from GitHub:

git clone <repository_url>

  1. Navigate into the project directory:

cd Go-India-Stocks-Assignment-Project

  1. Install dependencies using npm:

npm install

Usage

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.

Folder Structure

The project's folder structure is organized as follows:

  • pages/: Contains Next.js pages, such as layout.tsx for the main page.
  • components/: Contains reusable React components used throughout the application.
  • styles/: Contains CSS stylesheets, including globals.css for global styles.
  • public/: Contains static assets such as images.

Contributing

Contributions to the project are welcome. You can contribute by reporting issues, suggesting improvements, or directly making pull requests.

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/YourFeature).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Create a new Pull Request.

About

This project aims to offer an intuitive and interactive experience for users interested in Indian stocks. Leveraging the power of Next.js, it ensures fast and efficient performance, while Tailwind CSS provides a modern and responsive design.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published