Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msbandofchoctawindians/tribalscholarshipprogram
Landing page for the Tribal Scholarship Program
https://github.com/msbandofchoctawindians/tribalscholarshipprogram
framer-motion nextjs nextui reactjs tailwindcss typescript
Last synced: 16 days ago
JSON representation
Landing page for the Tribal Scholarship Program
- Host: GitHub
- URL: https://github.com/msbandofchoctawindians/tribalscholarshipprogram
- Owner: MSBandofChoctawIndians
- Created: 2024-01-25T19:01:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-02T18:00:38.000Z (12 months ago)
- Last Synced: 2024-11-12T03:17:46.623Z (3 months ago)
- Topics: framer-motion, nextjs, nextui, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://msbandofchoctawindians.github.io/TribalScholarshipProgram/
- Size: 14.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
This website is the landing page for the Tribal Scholarship Program for the Mississippi Band of Choctaw Indians. It is built with React, TypeScript, and Next.js, and styled with Tailwind CSS.
## Project Structure
The project is structured as follows:
- [app/](app/): Contains the main application code.
- [about/](app/about/): Contains the About page.
- [components/](app/components/): Contains reusable components used across different pages.
- [documents/](app/documents/): Contains the Documents page.
- [faqs/](app/faqs/): Contains the FAQs page.
- [location/](app/location/): Contains the Location page.
- [otherscholarships/](app/otherscholarships/): Contains the Other Scholarships page.
- [public/](public/): Contains static files like images and videos.
- [next.config.js](next.config.js): Contains configuration for Next.js.
- [package.json](package.json): Contains the list of project dependencies and scripts.
- [postcss.config.js](postcss.config.js): Contains configuration for PostCSS.
- [tailwind.config.ts](tailwind.config.ts): Contains configuration for Tailwind CSS.
- [tsconfig.json](tsconfig.json): Contains configuration for TypeScript.## Getting Started
To get started with the project, follow these steps:
1. Clone the repository:
```
git clone https://github.com/msbandofchoctawindians/TribalScholarshipProgram.git
```2. Install the dependencies:
```
npm install
```3. Start the development server:
```
npm run dev
```## Deployment
To deploy the project, run the following command:
```
npm run deploy
```## License
This project is license under the terms of the MIT license.
## Authors
- Sonny Mattera ([@smattera](https://github.com/smattera))