This project is a website built using various technologies such as React-Redux, NextJS, GraphQL, Wordpress, and TailwindCSS. It leverages the power of Wordpress as a content management system (CMS) and GraphQL for querying data in the user interface. The website showcases dynamic webpages, a contact form, and attractive animation effects.
- React-Redux
- NextJS
- GraphQL
- Wordpress
- TailwindCSS
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/username/rakshitgrover.com.git
-
Install the dependencies:
cd rakshitgrover.com npm install
-
Start the development server:
npm run dev
This will start the project locally at
http://localhost:3000
.
├── components
│ ├── Header.js
│ ├── Footer.js
│ ├── ...
├── pages
│ ├── index.js
│ ├── about.js
│ ├── contact.js
│ └── ...
├── styles
│ ├── globals.css
│ ├── ...
└── README.md
components
: Contains reusable components used throughout the website.pages
: Defines the pages/routes of the website.styles
: Contains global CSS styles used across the project.
- Dynamic webpages: The website offers dynamic webpages to provide a rich and interactive user experience.
- Contact form: Users can easily get in touch through the contact form provided on the website.
- Attractive animation effects: The website incorporates visually appealing animation effects to enhance the overall user interface.
Contributions to this project are welcome. If you encounter any issues or have suggestions for improvement, please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.