luarmr / youruni

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YourUni Project

Hey there! Check out my YourUni project for Notion!

I used a create-react-app with TypeScript and added MobX for state management. I also tweaked ESLint settings and threw in Prettier and some linting plugins.

I might share these changes as a create-react-app template later.

Stuff I used:

  • React
  • TypeScript
  • MobX
  • CSS Modules

I could've done this with plain JavaScript, but time's short, so I focused on making the filter component easy to use for everyone. I am also aware than many thing could be improved.

Start the project in dev mode:

yarn install
yarn start

yarn install

You know, it will add the dependencies.

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

You will also see any lint errors in the console.

About


Languages

Language:TypeScript 62.2%Language:CSS 25.6%Language:HTML 6.9%Language:JavaScript 5.3%