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

https://github.com/design-sparx/museum-art

Museum showcase and events website built using Nextjs, Mantine, Typescript, Framer motion & Axe core
https://github.com/design-sparx/museum-art

art axe-core culture eslint framer-motion mantine museum nextjs typescript

Last synced: about 1 month ago
JSON representation

Museum showcase and events website built using Nextjs, Mantine, Typescript, Framer motion & Axe core

Awesome Lists containing this project

README

          

![Artboard 1](https://github.com/design-sparx/museum-art/assets/26582923/3c5fd77f-6031-448a-8670-ef7fd18a6316)

# Museum, art & culture application

[Online Demo](https://museum-art.netlify.app/ "Online Demo")

### About:

This is a web application built using Next Js, template - Typescript.

#### Available Pages

1. Home
2. Visit
3. Exhibitions
4. Collections
5. Support
6. Donate

### Tech Stack:

- embla-carousel-react v7 - https://www.embla-carousel.com/get-started/
- mantine v6 - https://mantine.dev/pages/getting-started/
- nextjs v13 - https://reactjs.org/docs/getting-started.html
- tabler-icons v2- https://react-icons.github.io/react-icons/
- framer-motion v10 - https://www.framer.com/motion/

**Dev dependencies**

- eslint v8 - https://eslint.org/docs/latest/user-guide/getting-started

### Screenshot
![image](https://user-images.githubusercontent.com/26582923/232856644-981faea4-f76b-467a-9d07-3f2f720c7f6c.png)

### Software

Before proceeding, please ensure you have the following software installed on your computer.

- Node
- Yarn (optional but recommended)
- Git command line tools

### Useful links

- Download Git cli -
- Windows: https://git-scm.com/download/windows
- Mac: https://git-scm.com/download/mac
- Download Node - https://nodejs.org/en/
- Download Yarn cli - https://yarnpkg.com/lang/en/docs/install/
- Download VSCode - https://code.visualstudio.com/

### Getting started

Please fork a copy of this repository. Forking a repository allows you to freely experiment with changes without affecting the original project. Alternatively download or clone the master branch.

##### Download & Install Dependencies on your machine

Clone the repo to your machine
`git clone `

##### Launch the frontend

1. Open a new terminal window and navigate in your root folder
`cd <../root>`
`yarn install OR npm install`
2. Run the start script
`yarn run start OR npm run start`

Your app should be running on: http://localhost:3000

### Versions

v1.0

- Default project implementation

### Authors

1. Kelvin Kiptum Kiprop - https://github.com/kelvink96

### License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/kelvink96ltd/flick-city/blob/master/LICENSE.md) file for details