Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devsubid/infotech-success-point
Infotech Success Point using next.js, typescript, styled-components, framer-motion, material-ui
https://github.com/devsubid/infotech-success-point
framer-motion material-ui nextjs styled-components typescript
Last synced: 13 days ago
JSON representation
Infotech Success Point using next.js, typescript, styled-components, framer-motion, material-ui
- Host: GitHub
- URL: https://github.com/devsubid/infotech-success-point
- Owner: devsubid
- License: gpl-3.0
- Created: 2023-01-07T18:16:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T00:08:27.000Z (over 1 year ago)
- Last Synced: 2024-06-09T19:34:47.512Z (5 months ago)
- Topics: framer-motion, material-ui, nextjs, styled-components, typescript
- Language: TypeScript
- Homepage: https://infotech-success-point.vercel.app
- Size: 802 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# [Infotech Success Point](https://itsme-subid.vercel.app/)
![](https://raw.githubusercontent.com/itsme-Subid/Infotech-Success-Point/main/preview.webp)
![](https://img.shields.io/github/license/itsme-Subid/Infotech-Success-Point?style=for-the-badge)
![](https://img.shields.io/github/languages/top/itsme-Subid/Infotech-Success-Point?style=for-the-badge)
![](https://img.shields.io/github/languages/count/itsme-Subid/Infotech-Success-Point?style=for-the-badge)
![](https://img.shields.io/github/languages/code-size/itsme-Subid/Infotech-Success-Point?style=for-the-badge)
![](https://img.shields.io/github/repo-size/itsme-Subid/Infotech-Success-Point?style=for-the-badge)
![](https://img.shields.io/github/last-commit/itsme-Subid/Infotech-Success-Point?style=for-the-badge)
![](https://img.shields.io/github/commit-activity/w/itsme-Subid/Infotech-Success-Point?style=for-the-badge)Welcome to the Infotech-Success-Point repository! Infotech-Success-Point is a visually stunning website built using Next.js, TypeScript, and Styled-Components. It is a beautiful website that is primarily focused on courses for programming enthusiasts. The project is a front-end development endeavor and can be found on GitHub.
## Getting Started
To get started, you can simply clone this repository and install the dependencies.
### Cloning the Repository
To clone the repository, you will need to have git installed on your machine. Once you have those, you can use the following commands:
```bash
git clone https://github.com/itsme-Subid/Infotech-Success-Point.git
```### Running the Project
To run the project, you will need to have Node.js and npm or yarn or pnpm installed on your machine. Once you have those, you can use the following commands:
```bash
cd Infotech-Success-Point
npm install
npm run dev
```or, if you are using yarn:
```bash
cd Infotech-Success-Point
yarn
yarn run dev
```or, if you are using pnpm:
```bash
cd Infotech-Success-Point
pnpm install
pnpm run dev
```This will start the development server and you should be able to see the website by visiting http://localhost:3000 in your browser.
## License
This project is licensed under the GPL-3.0 License - see the [LICENSE.md](https://github.com/itsme-Subid/Infotech-Success-Point/blob/main/LICENSE) file for details