Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        




Tribal Scholarship Program



## 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))