Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pappyjay23/onix-digital
A website for onixx digital a company that helps with project and site management for the best optimization
https://github.com/pappyjay23/onix-digital
animation-css reactjs styled-components
Last synced: about 1 month ago
JSON representation
A website for onixx digital a company that helps with project and site management for the best optimization
- Host: GitHub
- URL: https://github.com/pappyjay23/onix-digital
- Owner: Pappyjay23
- Created: 2022-07-04T02:15:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T02:23:11.000Z (10 months ago)
- Last Synced: 2024-03-16T03:27:20.062Z (10 months ago)
- Topics: animation-css, reactjs, styled-components
- Language: JavaScript
- Homepage: https://onixx-digital.netlify.app/
- Size: 3.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Onix Digital
## Snapshots 📸
![Snapshot of Onix Digital](https://github.com/Pappyjay23/onix-digital/assets/60526129/0ae71bb3-8d87-429a-b1ba-4f3887059622)
## Tech Stack ✨
- [React.js](https://reactjs.org/) - UI Library
- [Styled Components](https://www.styled-components.com/) - Styling and UI
- [Create React App](https://create-react-app.dev/) - Build tool
- [Netlify](https://www.netlify.com/) - Hosting and Deployment## How to run locally 💻
Follow these steps to run Onix-Digital on your local machine.
### Clone this repository
```bash
git clone https://github.com/Pappyjay23/onix-digital.git
```### Navigate to directory
```bash
cd onix-digital
```### Install NPM
```bash
npm install
```### Run
Run the development server to view the app.
```bash
npm start
```Now, you can navigate to http://localhost:3000/ to view the app.
### Build
```bash
npm run build
```## Credits ✍
Implementation by [@Pappyjay23](https://github.com/Pappyjay23)